diff options
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index c2a473fd11..fbf7596cfb 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -2625,6 +2625,7 @@ die(SIGNAL_ARGS) errno = save_errno; } + /* * Timeout or shutdown signal from postmaster during client authentication. * Simply exit(1). |