diff options
author | Richard Guo <rguo@postgresql.org> | 2024-11-26 09:27:53 +0900 |
---|---|---|
committer | Richard Guo <rguo@postgresql.org> | 2024-11-26 09:27:53 +0900 |
commit | cc4c90cef918fc0cbd13af8b51838c5de5da73bb (patch) | |
tree | ed18873a4839d8faff4b6e30e1bac90d591d8b45 /src/backend/backup/basebackup_incremental.c | |
parent | a8ccf4e93a7eeaae66007bbf78cf9183ceb1b371 (diff) | |
download | postgresql-cc4c90cef918fc0cbd13af8b51838c5de5da73bb.tar.gz postgresql-cc4c90cef918fc0cbd13af8b51838c5de5da73bb.zip |
Remove dead code in get_param_path_clause_serials()
The function get_param_path_clause_serials() is used to get the set of
pushed-down clauses enforced within a parameterized Path. Since we
don't currently support parameterized MergeAppend paths, and it
doesn't look like that is going to change anytime soon (as explained
in the comments for generate_orderedappend_paths), we don't need to
consider MergeAppendPath in this function.
This change won't make any measurable difference in performance; it's
just for clarity's sake.
Author: Richard Guo
Reviewed-by: Andrei Lepikhov
Discussion: https://postgr.es/m/CAMbWs4_Puie4DQ2ODvjQB_3CxYkUODnrJm8jn_ObMAcrjYNW7Q@mail.gmail.com
Diffstat (limited to 'src/backend/backup/basebackup_incremental.c')
0 files changed, 0 insertions, 0 deletions