*** pgsql/src/include/storage/ipc.h 2010/01/16 00:04:41 1.80 --- pgsql/src/include/storage/ipc.h 2010/01/20 18:54:27 1.81 *************** *** 11,17 **** * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/storage/ipc.h,v 1.79 2010/01/02 16:58:08 momjian Exp $ * *------------------------------------------------------------------------- */ --- 11,17 ---- * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/storage/ipc.h,v 1.80 2010/01/16 00:04:41 tgl Exp $ * *------------------------------------------------------------------------- */ *************** typedef void (*shmem_startup_hook_type) *** 62,68 **** /* ipc.c */ ! extern PGDLLIMPORT bool proc_exit_inprogress; extern void proc_exit(int code); extern void shmem_exit(int code); --- 62,68 ---- /* ipc.c */ ! extern bool proc_exit_inprogress; extern void proc_exit(int code); extern void shmem_exit(int code);