]> granicus.if.org Git - postgresql/commit
Major code cleanup following the pg_password insertion...
authorMarc G. Fournier <scrappy@hub.org>
Tue, 9 Dec 1997 03:11:25 +0000 (03:11 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 9 Dec 1997 03:11:25 +0000 (03:11 +0000)
commitda72b903fff0623eb3d24ed8c8aab2030c460be6
tree42f730906b0de3cf5da7e76a28be9bc41613f792
parent405740ace68b5488c9cc9f01a67250b39c6ad10c
Major code cleanup following the pg_password insertion...
...malloc/free -> palloc/pfree
...fopen/fclose -> AllocateFile/FreeFile
12 files changed:
src/backend/commands/user.c
src/backend/libpq/auth.c
src/backend/libpq/crypt.c
src/backend/libpq/hba.c
src/backend/libpq/password.c
src/backend/libpq/portal.c
src/backend/libpq/portalbuf.c
src/backend/libpq/pqpacket.c
src/backend/parser/scan.c
src/backend/postmaster/postmaster.c
src/bin/initlocation/initlocation
src/include/catalog/pg_user.h