1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

Used modified version of indent that understands over 100 typedefs.

This commit is contained in:
Bruce Momjian
1997-09-08 21:56:23 +00:00
parent 075cede748
commit 59f6a57e59
413 changed files with 4472 additions and 4460 deletions
contrib
datetime
int8
pginterface
soundex
src
backend
access
bootstrap
catalog
commands
executor
lib
libpq
nodes
optimizer
parser
postmaster
regex
rewrite
storage
tcop
tioga
utils
bin
include
access
bootstrap
c.h
catalog
commands
executor
lib
libpq
miscadmin.h
nodes
optimizer
parser
port
postgres.h
regex
rewrite
storage
tcop
utils
interfaces
test
tools
entab
tutorial
C-code

@ -12,7 +12,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.5 1997/09/08 02:40:17 momjian Exp $
* $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.6 1997/09/08 21:55:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -29,7 +29,7 @@
* Create the Id for a new connection and hash it
*/
void
PgSetConnectionId(Pg_clientData * cd, char *id, PGconn * conn)
PgSetConnectionId(Pg_clientData * cd, char *id, PGconn *conn)
{
Tcl_HashEntry *hent;
Pg_ConnectionId *connid;
@ -111,7 +111,7 @@ PgDelConnectionId(Pg_clientData * cd, char *id)
* Create a new result Id and hash it
*/
void
PgSetResultId(Pg_clientData * cd, char *id, char *connid_c, PGresult * res)
PgSetResultId(Pg_clientData * cd, char *id, char *connid_c, PGresult *res)
{
Tcl_HashEntry *hent;
Pg_ConnectionId *connid;