Commit 69c52c8e authored by Peter Eisentraut's avatar Peter Eisentraut

Put pgstat internal files into $PGDATA/global.

parent daac2d0c
......@@ -5,7 +5,7 @@
*
* Copyright (c) 2001, PostgreSQL Global Development Group
*
* $Id: pgstat.h,v 1.6 2001/08/05 02:06:50 tgl Exp $
* $Id: pgstat.h,v 1.7 2001/09/03 12:00:00 petere Exp $
* ----------
*/
#ifndef PGSTAT_H
......@@ -16,8 +16,8 @@
* installations $PGDATA.
* ----------
*/
#define PGSTAT_STAT_FILENAME "%s/pgstat.stat"
#define PGSTAT_STAT_TMPFILE "%s/pgstat.tmp.%d"
#define PGSTAT_STAT_FILENAME "%s/global/pgstat.stat"
#define PGSTAT_STAT_TMPFILE "%s/global/pgstat.tmp.%d"
/* ----------
* Timer definitions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment