aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_utilcmd.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-11-30 16:32:56 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2020-11-30 16:33:09 -0500
commit8286223f3d820c39f2d5f14222f7ccde53bdf502 (patch)
treea0d6fcd77b4707780c567febb16b603fc6677e19 /src/backend/parser/parse_utilcmd.c
parent58ebe967f8a1e34a824d6a0a35728027272041c6 (diff)
downloadpostgresql-8286223f3d820c39f2d5f14222f7ccde53bdf502.tar.gz
postgresql-8286223f3d820c39f2d5f14222f7ccde53bdf502.zip
Fix missing outfuncs.c support for IncrementalSortPath.
For debugging purposes, Path nodes are supposed to have outfuncs support, but this was overlooked in the original incremental sort patch. While at it, clean up a couple other minor oversights, as well as bizarre choice of return type for create_incremental_sort_path(). (All the existing callers just cast it to "Path *" immediately, so they don't care, but some future caller might care.) outfuncs.c fix by Zhijie Hou, the rest by me Discussion: https://postgr.es/m/324c4d81d8134117972a5b1f6cdf9560@G08CNEXMBPEKD05.g08.fujitsu.local
Diffstat (limited to 'src/backend/parser/parse_utilcmd.c')
0 files changed, 0 insertions, 0 deletions