*** pgsql/src/include/storage/sinval.h 2009/07/31 20:26:23 1.53 --- pgsql/src/include/storage/sinval.h 2009/12/19 01:32:44 1.54 *************** *** 7,13 **** * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/storage/sinval.h,v 1.52 2009/06/11 14:49:12 momjian Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/storage/sinval.h,v 1.53 2009/07/31 20:26:23 tgl Exp $ * *------------------------------------------------------------------------- */ *************** extern void HandleCatchupInterrupt(void) *** 100,103 **** --- 100,106 ---- extern void EnableCatchupInterrupt(void); extern bool DisableCatchupInterrupt(void); + extern int xactGetCommittedInvalidationMessages(SharedInvalidationMessage **msgs, + bool *RelcacheInitFileInval); + #endif /* SINVAL_H */