diff options
Diffstat (limited to 'src/backend/postmaster/postmaster.c')
-rw-r--r-- | src/backend/postmaster/postmaster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index 01f1c2805f0..fdce5524f4c 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -5036,7 +5036,7 @@ sigusr1_handler(SIGNAL_ARGS) { /* * Send SIGUSR1 to archiver process, to wake it up and begin archiving - * next transaction log file. + * next WAL file. */ signal_child(PgArchPID, SIGUSR1); } |