git.postgresql.org Git - postgresql.git/commit
2016年11月30日 17:00:00 +0000 (12:00 -0500)
Fri, 2 Dec 2016 01:23:28 +0000 (20:23 -0500)
commit 78c8c814390f14398e8fd43fe7282cb2e260b50f
Refactor libpqwalreceiver
The whole walreceiver API is now wrapped into a struct, like most of our
other loadable module APIs. The libpq connection is no longer a global
variable in libpqwalreceiver. Instead, it is encapsulated into a struct
that is passed around the functions. This allows multiple walreceivers
to run at the same time.
Add some rudimentary support for logical replication connections to
libpqwalreceiver.
These changes are mostly cosmetic and are going to be useful for the
future logical replication patches.
From: Petr Jelinek <petr@2ndquadrant.com>
This is the main PostgreSQL git repository.
RSS
Atom