summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorOleksandr Shulgin <oleksandr.shulgin@zalando.de>2015-10-23 18:30:18 +0200
committerOleksandr Shulgin <oleksandr.shulgin@zalando.de>2015-10-23 18:30:18 +0200
commit8b79bf43ace9b7d09f16b4c829c96a6c1784dacf (patch)
tree6ff38c937c45f020ba33050db362d0417bce5160 /doc/src
parentdd6bcbd04fc9714ac87b827af12647590ef131a1 (diff)
downloadpsycopg2-8b79bf43ace9b7d09f16b4c829c96a6c1784dacf.tar.gz
Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/extras.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/src/extras.rst b/doc/src/extras.rst
index bd13a78..58b0dc0 100644
--- a/doc/src/extras.rst
+++ b/doc/src/extras.rst
@@ -492,22 +492,6 @@ The individual messages in the replication stream are represented by
This method can also be called with all default parameters' values to
just send a keepalive message to the server.
- If the feedback message could not be sent, updates the passed LSN
- positions in the cursor for a later call to `flush_feedback()` and
- returns `!False`, otherwise returns `!True`.
-
- .. method:: flush_feedback(reply=False)
-
- :param reply: request the server to send back a keepalive message immediately
-
- This method tries to flush the latest replication feedback message
- that `send_feedback()` was trying to send but couldn't.
-
- If *reply* is `!True` sends a keepalive message in either case.
-
- Returns `!True` if the feedback message was sent successfully,
- `!False` otherwise.
-
Low-level replication cursor methods for :ref:`asynchronous connection
<async-support>` operation.