Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit78c8c81

Browse files
committed
Refactor libpqwalreceiver
The whole walreceiver API is now wrapped into a struct, like most of ourother loadable module APIs. The libpq connection is no longer a globalvariable in libpqwalreceiver. Instead, it is encapsulated into a structthat is passed around the functions. This allows multiple walreceiversto run at the same time.Add some rudimentary support for logical replication connections tolibpqwalreceiver.These changes are mostly cosmetic and are going to be useful for thefuture logical replication patches.From: Petr Jelinek <petr@2ndquadrant.com>
1 parent597a87c commit78c8c81

File tree

3 files changed

+235
-173
lines changed

3 files changed

+235
-173
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp