1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Remove a bunch more no-longer-used stuff in libpq-be.h.

This commit is contained in:
Tom Lane
2001-11-12 05:43:25 +00:00
parent 26e34c9b30
commit 9371325042
2 changed files with 9 additions and 80 deletions

View File

@@ -37,7 +37,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.260 2001/11/11 02:09:05 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.261 2001/11/12 05:43:24 tgl Exp $
*
* NOTES
*
@@ -1305,7 +1305,6 @@ ConnCreate(int serverFd)
* using the same salt...
*/
RandomSalt(port->cryptSalt, port->md5Salt);
port->pktInfo.state = Idle;
}
return port;