1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix uninitialized memory bug

Add support for PGHOST, PGPORT, PGUSER environment variables
This commit is contained in:
Tatsuo Ishii
2003-06-10 09:07:15 +00:00
parent cdfb3d9981
commit 412893b416
3 changed files with 23 additions and 4 deletions

View File

@ -164,6 +164,10 @@ Basically it is same as BSD license. See pgbench.c for more details.
o History
2003/06/10
* fix uninitialized memory bug
* add support for PGHOST, PGPORT, PGUSER environment variables
2002/07/20
* patch contributed by Neil Conway.
* code/document clean up and add -l option.