diff options
author | Fujii Masao <fujii@postgresql.org> | 2016-08-02 02:43:17 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2016-08-02 02:43:17 +0900 |
commit | dd5eb805d5e5384963f09c9986845a544ef41810 (patch) | |
tree | f2e99de304dd80528e8b6c88782cc4ccc1a3c66f /src/backend/access/transam/parallel.c | |
parent | 878bd9accb553f6eee32af8acdb7ee3e54a74e23 (diff) | |
download | postgresql-dd5eb805d5e5384963f09c9986845a544ef41810.tar.gz postgresql-dd5eb805d5e5384963f09c9986845a544ef41810.zip |
Remove unused arguments from pg_replication_origin_xact_reset function.
The document specifies that pg_replication_origin_xact_reset function
doesn't have any argument variables. But previously it was actually
defined so as to have two argument variables, though they were not
used at all. That is, the pg_proc entry for that function was incorrect.
This patch fixes the pg_proc entry and removes those two arguments
from the function definition.
No back-patch because this change needs a catalog version bump
although the issue exists in 9.5 as well. Instead, a note about those
unused argument variables will be added to 9.5 document later.
Catalog version bumped due to the change of pg_proc.
Diffstat (limited to 'src/backend/access/transam/parallel.c')
0 files changed, 0 insertions, 0 deletions