Skip to content

Commit b3bc93a

Browse files
committed
Rename global psql startup file to psqlrc.sample.
1 parent 65b020b commit b3bc93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/startup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.90 2004/04/22 14:33:49 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.91 2004/04/22 14:34:38 momjian Exp $
77
*/
88
#include "postgres_fe.h"
99

@@ -44,8 +44,8 @@ int optreset;
4444
*/
4545
PsqlSettings pset;
4646

47-
#define PSQLRC ".psqlrc"
4847
#define SYSPSQLRC "psqlrc"
48+
#define PSQLRC ".psqlrc"
4949

5050
/*
5151
* Structures to pass information between the option parsing routine

0 commit comments

Comments
 (0)