1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Change Win32 client configuration files from *.txt to *.conf.

This commit is contained in:
Bruce Momjian
2005-01-14 00:25:56 +00:00
parent 2730eb9ae4
commit 29e58330a6
4 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.300 2005/01/10 00:19:43 tgl Exp $
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.301 2005/01/14 00:25:56 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -69,7 +69,7 @@
#ifndef WIN32
#define PGPASSFILE ".pgpass"
#else
#define PGPASSFILE "pgpass.txt"
#define PGPASSFILE "pgpass.conf"
#endif
/* fall back options if they are not specified by arguments or defined