- Notifications
You must be signed in to change notification settings - Fork5
Commitb07058c
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 issuefor 9.5 anymore because it needs a catalog version bump. Instead, we adda note about those unused arguments into the document.Reviewed-By: Andres Freund1 parent3fddd64 commitb07058c
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
Comments
(0)