mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
Fix prototype of CheckPointReplicationState (#10907)
## Problem Occasionally removed (void) from definition of `CheckPointReplicationState` function ## Summary of changes Restore function prototype. https://github.com/neondatabase/postgres/pull/585 https://github.com/neondatabase/postgres/pull/586 --------- Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
This commit is contained in:
committed by
GitHub
parent
34996416d6
commit
bd335fa751
2
vendor/postgres-v15
vendored
2
vendor/postgres-v15
vendored
Submodule vendor/postgres-v15 updated: 023f1020ec...6ff5044377
2
vendor/postgres-v16
vendored
2
vendor/postgres-v16
vendored
Submodule vendor/postgres-v16 updated: 6cb8d22079...261ed10e9b
4
vendor/revisions.json
vendored
4
vendor/revisions.json
vendored
@@ -5,11 +5,11 @@
|
||||
],
|
||||
"v16": [
|
||||
"16.8",
|
||||
"6cb8d22079570b50fcaff29124d40807c1e63a82"
|
||||
"261ed10e9b8c8dda01ad7aefb18e944e30aa161d"
|
||||
],
|
||||
"v15": [
|
||||
"15.12",
|
||||
"023f1020ecb07af3bb0ddbf4622e1a3c3fa276a4"
|
||||
"6ff50443773b69749e16da6db9d4f4b19064b4b7"
|
||||
],
|
||||
"v14": [
|
||||
"14.17",
|
||||
|
||||
Reference in New Issue
Block a user