Commit b07058c
committed
Add note about unused arguments for pg_replication_origin_xact_reset() in docs.
In 9.5, two arguments were introduced into pg_replication_origin_xact_reset()
by mistake while they are actually not used at all. We cannot fix this issue
for 9.5 anymore because it needs a catalog version bump. Instead, we add
a note about those unused arguments into the document.
Reviewed-By: Andres Freund1 parent 3fddd64 commit b07058c
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17519 | 17519 | | |
17520 | 17520 | | |
17521 | 17521 | | |
17522 | | - | |
| 17522 | + | |
17523 | 17523 | | |
17524 | 17524 | | |
17525 | 17525 | | |
17526 | 17526 | | |
17527 | 17527 | | |
17528 | 17528 | | |
17529 | 17529 | | |
| 17530 | + | |
| 17531 | + | |
| 17532 | + | |
| 17533 | + | |
| 17534 | + | |
| 17535 | + | |
17530 | 17536 | | |
17531 | 17537 | | |
17532 | 17538 | | |
| |||
0 commit comments