*** pgsql/src/include/storage/sinvaladt.h 2009/06/11 14:49:12 1.51 --- pgsql/src/include/storage/sinvaladt.h 2009/12/19 01:32:44 1.52 *************** *** 15,21 **** * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/storage/sinvaladt.h,v 1.50 2009/01/01 17:24:01 momjian Exp $ * *------------------------------------------------------------------------- */ --- 15,21 ---- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/storage/sinvaladt.h,v 1.51 2009/06/11 14:49:12 momjian Exp $ * *------------------------------------------------------------------------- */ *************** *** 29,35 **** */ extern Size SInvalShmemSize(void); extern void CreateSharedInvalidationState(void); ! extern void SharedInvalBackendInit(void); extern bool BackendIdIsActive(int backendID); extern void SIInsertDataEntries(const SharedInvalidationMessage *data, int n); --- 29,35 ---- */ extern Size SInvalShmemSize(void); extern void CreateSharedInvalidationState(void); ! extern void SharedInvalBackendInit(bool sendOnly); extern bool BackendIdIsActive(int backendID); extern void SIInsertDataEntries(const SharedInvalidationMessage *data, int n);