diff options
Diffstat (limited to 'src/backend/utils/init/flatfiles.c')
-rw-r--r-- | src/backend/utils/init/flatfiles.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/backend/utils/init/flatfiles.c b/src/backend/utils/init/flatfiles.c index 5a9c8bd47b3..fbbd372b141 100644 --- a/src/backend/utils/init/flatfiles.c +++ b/src/backend/utils/init/flatfiles.c @@ -23,7 +23,7 @@ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/backend/utils/init/flatfiles.c,v 1.37 2009/08/12 20:53:30 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/utils/init/flatfiles.c,v 1.38 2009/08/29 19:26:51 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -825,11 +825,6 @@ AtEOXact_UpdateFlatFiles(bool isCommit) } /* - * Signal the postmaster to reload its caches. - */ - SendPostmasterSignal(PMSIGNAL_PASSWORD_CHANGE); - - /* * Force synchronous commit, to minimize the window between changing the * flat files on-disk and marking the transaction committed. It's not * great that there is any window at all, but definitely we don't want to |