pgsql: Fix missing outfuncs.c support for IncrementalSortPath.
В списке pgsql-committers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | pgsql: Fix missing outfuncs.c support for IncrementalSortPath. |
| Дата | |
| Msg-id | E1kjqny-0005IA-P1@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
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 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8286223f3d820c39f2d5f14222f7ccde53bdf502 Modified Files -------------- src/backend/nodes/outfuncs.c | 23 +++++++++++++++++++++-- src/backend/optimizer/README | 1 + src/backend/optimizer/util/pathnode.c | 4 ++-- src/include/nodes/pathnodes.h | 5 ++++- src/include/optimizer/pathnode.h | 12 ++++++------ 5 files changed, 34 insertions(+), 11 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера