summaryrefslogtreecommitdiff
path: root/psycopg2.cproj
diff options
context:
space:
mode:
authorOleksandr Shulgin <oleksandr.shulgin@zalando.de>2015-06-10 09:06:08 +0200
committerOleksandr Shulgin <oleksandr.shulgin@zalando.de>2015-06-30 10:38:18 +0200
commit61e52ce8793472ff1348ab93ccdeb682a1e7b3df (patch)
tree4ddf3fd948a0b250af06a02c4eea760d1f8c1b18 /psycopg2.cproj
parent9ed90b1216828351ccbd9e9e28951bf7933fb1b3 (diff)
downloadpsycopg2-61e52ce8793472ff1348ab93ccdeb682a1e7b3df.tar.gz
Rework replication protocol
This change exposes lower level functions for operating the (logical) replication protocol, while keeping the high-level start_replication function that does all the job for you in case of a synchronous connection. A number of other changes and fixes are put into this commit.
Diffstat (limited to 'psycopg2.cproj')
-rw-r--r--psycopg2.cproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/psycopg2.cproj b/psycopg2.cproj
index 18b9727..386287c 100644
--- a/psycopg2.cproj
+++ b/psycopg2.cproj
@@ -92,6 +92,7 @@
<None Include="psycopg\pqpath.h" />
<None Include="psycopg\psycopg.h" />
<None Include="psycopg\python.h" />
+ <None Include="psycopg\replication_message.h" />
<None Include="psycopg\typecast.h" />
<None Include="psycopg\typecast_binary.h" />
<None Include="psycopg\win32_support.h" />
@@ -224,6 +225,7 @@
<Compile Include="psycopg\microprotocols_proto.c" />
<Compile Include="psycopg\pqpath.c" />
<Compile Include="psycopg\psycopgmodule.c" />
+ <Compile Include="psycopg\replication_message_type.c" />
<Compile Include="psycopg\typecast.c" />
<Compile Include="psycopg\typecast_array.c" />
<Compile Include="psycopg\typecast_basic.c" />