*** pgsql/src/include/replication/walreceiver.h 2010/01/20 09:16:24 1.3 --- pgsql/src/include/replication/walreceiver.h 2010/01/20 18:54:27 1.4 *************** *** 5,11 **** * * Portions Copyright (c) 2010-2010, PostgreSQL Global Development Group * ! * $PostgreSQL: pgsql/src/include/replication/walreceiver.h,v 1.2 2010/01/16 00:04:41 tgl Exp $ * *------------------------------------------------------------------------- */ --- 5,11 ---- * * Portions Copyright (c) 2010-2010, PostgreSQL Global Development Group * ! * $PostgreSQL: pgsql/src/include/replication/walreceiver.h,v 1.3 2010/01/20 09:16:24 heikki Exp $ * *------------------------------------------------------------------------- */ *************** typedef struct *** 59,65 **** slock_t mutex; /* locks shared variables shown above */ } WalRcvData; ! extern PGDLLIMPORT WalRcvData *WalRcv; /* libpqwalreceiver hooks */ typedef bool (*walrcv_connect_type) (char *conninfo, XLogRecPtr startpoint); --- 59,65 ---- slock_t mutex; /* locks shared variables shown above */ } WalRcvData; ! extern WalRcvData *WalRcv; /* libpqwalreceiver hooks */ typedef bool (*walrcv_connect_type) (char *conninfo, XLogRecPtr startpoint);