agora inbox for pgsql-committers@postgresql.orghelp / color / mirror / Atom feed
pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL 7+ messages / 1 participants [nested] [flat]
* pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL @ 2026-07-06 17:04 Robert Haas <rhaas@postgresql.org> 0 siblings, 0 replies; 7+ messages in thread From: Robert Haas @ 2026-07-06 17:04 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org Prevent satisfies_hash_partition from crashing with VARIADIC NULL. Commit f3b0897a1213f46b4d3a99a7f8ef3a4b32e03572 fixed some related problems, but overlooked this one. That commit first appeared in PostgreSQL 11, so back-patch to all supported branches. Backpatch-through: 14 Discussion: http://postgr.es/m/CA+TgmobsvQw3F+KRYT83=N3teh8D2t-oPR=U06QDZJE3viCJRg@mail.gmail.com Reviewed-by: Tender Wang <tndrwang@gmail.com> Reviewed-by: Ewan Young <kdbase.hack@gmail.com> Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/0c06ebf126a0d5df39d9c4298193d9887443ce93 Modified Files -------------- src/backend/partitioning/partbounds.c | 14 +++++++++++++- src/test/regress/expected/hash_part.out | 7 +++++++ src/test/regress/sql/hash_part.sql | 3 +++ 3 files changed, 23 insertions(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 7+ messages in thread
* pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL @ 2026-07-06 17:04 Robert Haas <rhaas@postgresql.org> 0 siblings, 0 replies; 7+ messages in thread From: Robert Haas @ 2026-07-06 17:04 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org Prevent satisfies_hash_partition from crashing with VARIADIC NULL. Commit f3b0897a1213f46b4d3a99a7f8ef3a4b32e03572 fixed some related problems, but overlooked this one. That commit first appeared in PostgreSQL 11, so back-patch to all supported branches. Backpatch-through: 14 Discussion: http://postgr.es/m/CA+TgmobsvQw3F+KRYT83=N3teh8D2t-oPR=U06QDZJE3viCJRg@mail.gmail.com Reviewed-by: Tender Wang <tndrwang@gmail.com> Reviewed-by: Ewan Young <kdbase.hack@gmail.com> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/e8914ec22f8f254b84523d671afb60125d35c9b1 Modified Files -------------- src/backend/partitioning/partbounds.c | 14 +++++++++++++- src/test/regress/expected/hash_part.out | 7 +++++++ src/test/regress/sql/hash_part.sql | 3 +++ 3 files changed, 23 insertions(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 7+ messages in thread
* pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL @ 2026-07-06 17:04 Robert Haas <rhaas@postgresql.org> 0 siblings, 0 replies; 7+ messages in thread From: Robert Haas @ 2026-07-06 17:04 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org Prevent satisfies_hash_partition from crashing with VARIADIC NULL. Commit f3b0897a1213f46b4d3a99a7f8ef3a4b32e03572 fixed some related problems, but overlooked this one. That commit first appeared in PostgreSQL 11, so back-patch to all supported branches. Backpatch-through: 14 Discussion: http://postgr.es/m/CA+TgmobsvQw3F+KRYT83=N3teh8D2t-oPR=U06QDZJE3viCJRg@mail.gmail.com Reviewed-by: Tender Wang <tndrwang@gmail.com> Reviewed-by: Ewan Young <kdbase.hack@gmail.com> Branch ------ REL_19_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/2ddc4566214d8eff3c4013a9e241b5e9b47abbaf Modified Files -------------- src/backend/partitioning/partbounds.c | 14 +++++++++++++- src/test/regress/expected/hash_part.out | 7 +++++++ src/test/regress/sql/hash_part.sql | 3 +++ 3 files changed, 23 insertions(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 7+ messages in thread
* pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL @ 2026-07-06 17:04 Robert Haas <rhaas@postgresql.org> 0 siblings, 0 replies; 7+ messages in thread From: Robert Haas @ 2026-07-06 17:04 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org Prevent satisfies_hash_partition from crashing with VARIADIC NULL. Commit f3b0897a1213f46b4d3a99a7f8ef3a4b32e03572 fixed some related problems, but overlooked this one. That commit first appeared in PostgreSQL 11, so back-patch to all supported branches. Backpatch-through: 14 Discussion: http://postgr.es/m/CA+TgmobsvQw3F+KRYT83=N3teh8D2t-oPR=U06QDZJE3viCJRg@mail.gmail.com Reviewed-by: Tender Wang <tndrwang@gmail.com> Reviewed-by: Ewan Young <kdbase.hack@gmail.com> Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/52af6fef43755de40472149c9d7f1adc9bf77b5e Modified Files -------------- src/backend/partitioning/partbounds.c | 14 +++++++++++++- src/test/regress/expected/hash_part.out | 7 +++++++ src/test/regress/sql/hash_part.sql | 3 +++ 3 files changed, 23 insertions(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 7+ messages in thread
* pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL @ 2026-07-06 17:04 Robert Haas <rhaas@postgresql.org> 0 siblings, 0 replies; 7+ messages in thread From: Robert Haas @ 2026-07-06 17:04 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org Prevent satisfies_hash_partition from crashing with VARIADIC NULL. Commit f3b0897a1213f46b4d3a99a7f8ef3a4b32e03572 fixed some related problems, but overlooked this one. That commit first appeared in PostgreSQL 11, so back-patch to all supported branches. Backpatch-through: 14 Discussion: http://postgr.es/m/CA+TgmobsvQw3F+KRYT83=N3teh8D2t-oPR=U06QDZJE3viCJRg@mail.gmail.com Reviewed-by: Tender Wang <tndrwang@gmail.com> Reviewed-by: Ewan Young <kdbase.hack@gmail.com> Branch ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/6de480156ba00ea2b847d86f3127addb09209095 Modified Files -------------- src/backend/partitioning/partbounds.c | 14 +++++++++++++- src/test/regress/expected/hash_part.out | 7 +++++++ src/test/regress/sql/hash_part.sql | 3 +++ 3 files changed, 23 insertions(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 7+ messages in thread
* pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL @ 2026-07-06 17:04 Robert Haas <rhaas@postgresql.org> 0 siblings, 0 replies; 7+ messages in thread From: Robert Haas @ 2026-07-06 17:04 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org Prevent satisfies_hash_partition from crashing with VARIADIC NULL. Commit f3b0897a1213f46b4d3a99a7f8ef3a4b32e03572 fixed some related problems, but overlooked this one. That commit first appeared in PostgreSQL 11, so back-patch to all supported branches. Backpatch-through: 14 Discussion: http://postgr.es/m/CA+TgmobsvQw3F+KRYT83=N3teh8D2t-oPR=U06QDZJE3viCJRg@mail.gmail.com Reviewed-by: Tender Wang <tndrwang@gmail.com> Reviewed-by: Ewan Young <kdbase.hack@gmail.com> Branch ------ REL_15_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/d39b9eed07e3ad72f3106dd76c348c9b3b0cff95 Modified Files -------------- src/backend/partitioning/partbounds.c | 14 +++++++++++++- src/test/regress/expected/hash_part.out | 7 +++++++ src/test/regress/sql/hash_part.sql | 3 +++ 3 files changed, 23 insertions(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 7+ messages in thread
* pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL @ 2026-07-06 17:04 Robert Haas <rhaas@postgresql.org> 0 siblings, 0 replies; 7+ messages in thread From: Robert Haas @ 2026-07-06 17:04 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org Prevent satisfies_hash_partition from crashing with VARIADIC NULL. Commit f3b0897a1213f46b4d3a99a7f8ef3a4b32e03572 fixed some related problems, but overlooked this one. That commit first appeared in PostgreSQL 11, so back-patch to all supported branches. Backpatch-through: 14 Discussion: http://postgr.es/m/CA+TgmobsvQw3F+KRYT83=N3teh8D2t-oPR=U06QDZJE3viCJRg@mail.gmail.com Reviewed-by: Tender Wang <tndrwang@gmail.com> Reviewed-by: Ewan Young <kdbase.hack@gmail.com> Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/0115650de9374888f2e64d8dae5fbfd06ec45c7e Modified Files -------------- src/backend/partitioning/partbounds.c | 14 +++++++++++++- src/test/regress/expected/hash_part.out | 7 +++++++ src/test/regress/sql/hash_part.sql | 3 +++ 3 files changed, 23 insertions(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 7+ messages in thread
end of thread, other threads:[~2026-07-06 17:04 UTC | newest] Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-07-06 17:04 pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL Robert Haas <rhaas@postgresql.org> 2026-07-06 17:04 pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL Robert Haas <rhaas@postgresql.org> 2026-07-06 17:04 pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL Robert Haas <rhaas@postgresql.org> 2026-07-06 17:04 pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL Robert Haas <rhaas@postgresql.org> 2026-07-06 17:04 pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL Robert Haas <rhaas@postgresql.org> 2026-07-06 17:04 pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL Robert Haas <rhaas@postgresql.org> 2026-07-06 17:04 pgsql: Prevent satisfies_hash_partition from crashing with VARIADIC NUL Robert Haas <rhaas@postgresql.org>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox