forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdd5eb80
committed
Remove unused arguments from pg_replication_origin_xact_reset function.
The document specifies that pg_replication_origin_xact_reset functiondoesn't have any argument variables. But previously it was actuallydefined so as to have two argument variables, though they were notused at all. That is, the pg_proc entry for that function was incorrect.This patch fixes the pg_proc entry and removes those two argumentsfrom the function definition.No back-patch because this change needs a catalog version bumpalthough the issue exists in 9.5 as well. Instead, a note about thoseunused argument variables will be added to 9.5 document later.Catalog version bumped due to the change of pg_proc.1 parent878bd9a commitdd5eb80
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5284 | 5284 |
| |
5285 | 5285 |
| |
5286 | 5286 |
| |
5287 |
| - | |
| 5287 | + | |
5288 | 5288 |
| |
5289 | 5289 |
| |
5290 | 5290 |
| |
|
0 commit comments
Comments
(0)