pgsql: Blind attempt at fixing Win32 issue on 24c5f1a103c

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Blind attempt at fixing Win32 issue on 24c5f1a103c
Date: 2016-03-31 02:14:50
Message-ID: E1alS8I-0002y0-9W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Blind attempt at fixing Win32 issue on 24c5f1a103c

As best as I can tell, MyReplicationSlot needs to be PGDLLIMPORT in
order for the new test_slot_timelines test module to compile.

Per buildfarm

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3dd0792ae014c9ceb2c2ade43d0a3132cfeb4fc5

Modified Files
--------------
src/include/replication/slot.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-03-31 02:43:42 pgsql: Fix broken variable declaration
Previous Message Fujii Masao 2016-03-31 02:03:59 pgsql: Use proper format specifier %X/%X for LSN.