postgresql/src/backend
Alexander Korotkov db93e739ac Fix wrong construct_array_builtin() call in GUCArrayDelete()
The current code unintentionally uses the wrong datum to construct an array.
The bug was introduced by 096dd80f3c, so no backpatching is needed.

Reported-by: David Steele
Discussion: https://postgr.es/m/d46f9265-ff3c-6743-2278-6772598233c2%40pgmasters.net
Author: Nathan Bossart
Reviewed-by: David Steele, Tom Lane
2023-04-27 22:06:14 +03:00
..
access Re-add tracking of wait event SLRUFlushSync 2023-04-26 07:10:06 +09:00
archive
backup Fix various typos and incorrect/outdated name references 2023-04-19 13:50:33 +12:00
bootstrap
catalog doc: Update SQL features names 2023-04-24 15:39:54 +02:00
commands Remove some tabs in SQL code in C string literals 2023-04-19 09:29:43 +02:00
executor Fix buffer refcount leak with FDW bulk inserts 2023-04-25 09:42:19 +09:00
foreign De-Revert "Add support for Kerberos credential delegation" 2023-04-13 08:55:07 -04:00
jit Rename ExecAggTransReparent, and improve its documentation. 2023-04-24 13:01:33 -04:00
lib
libpq NULL is not an ideal way to spell bool "false". 2023-04-14 13:31:51 -04:00
main Remove obsolete defense against strxfrm() bugs. 2023-04-20 13:20:14 +12:00
nodes Fix list_copy_head() with empty Lists 2023-04-20 10:34:46 +12:00
optimizer Fix various typos and incorrect/outdated name references 2023-04-19 13:50:33 +12:00
parser Harmonize some more function parameter names. 2023-04-13 10:15:20 -07:00
partitioning Fix incorrect partition pruning logic for boolean partitioned tables 2023-04-14 16:20:27 +12:00
po
port
postmaster Fix vacuum_cost_delay check for balance calculation. 2023-04-25 13:54:10 +02:00
regex Avoid character classification in regex escape parsing. 2023-04-21 08:19:41 -07:00
replication Use elog to report unexpected action in handle_streamed_transaction(). 2023-04-24 15:37:14 +09:00
rewrite Fix various typos 2023-04-18 13:23:23 +12:00
snowball
statistics
storage Remove vacuum_defer_cleanup_age 2023-04-24 12:21:02 -07:00
tcop
tsearch
utils Fix wrong construct_array_builtin() call in GUCArrayDelete() 2023-04-27 22:06:14 +03:00
.gitignore
common.mk
Makefile
meson.build
nls.mk