Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 69c52c8

Browse files
committed
Put pgstat internal files into $PGDATA/global.
1 parent daac2d0 commit 69c52c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/pgstat.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 2001, PostgreSQL Global Development Group
77
*
8-
* $Id: pgstat.h,v 1.6 2001/08/05 02:06:50 tgl Exp $
8+
* $Id: pgstat.h,v 1.7 2001/09/03 12:00:00 petere Exp $
99
* ----------
1010
*/
1111
#ifndef PGSTAT_H
@@ -16,8 +16,8 @@
1616
* installations $PGDATA.
1717
* ----------
1818
*/
19-
#define PGSTAT_STAT_FILENAME "%s/pgstat.stat"
20-
#define PGSTAT_STAT_TMPFILE "%s/pgstat.tmp.%d"
19+
#define PGSTAT_STAT_FILENAME "%s/global/pgstat.stat"
20+
#define PGSTAT_STAT_TMPFILE "%s/global/pgstat.tmp.%d"
2121

2222
/* ----------
2323
* Timer definitions.

0 commit comments

Comments
 (0)