Skip to content

Commit cac43ae

Browse files
committed
Lowercase CHECKPOINT_SEGMENTS.
1 parent adb13f2 commit cac43ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/postmaster/postmaster.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
*
3939
* IDENTIFICATION
40-
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.341 2003/08/12 18:23:20 tgl Exp $
40+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.342 2003/09/04 00:36:46 momjian Exp $
4141
*
4242
* NOTES
4343
*
@@ -2609,7 +2609,7 @@ sigusr1_handler(SIGNAL_ARGS)
26092609
ereport(LOG,
26102610
(errmsg("checkpoints are occurring too frequently (%d seconds apart)",
26112611
elapsed_secs),
2612-
errhint("Consider increasing CHECKPOINT_SEGMENTS.")));
2612+
errhint("Consider increasing 'checkpoint_segments'.")));
26132613
}
26142614
LastSignalledCheckpoint = now;
26152615
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy