postgresql/src
Tom Lane 9130f8cbb9 Fix breakage in AlterFunction().
An ALTER FUNCTION command that tried to update both the function's
proparallel property and its proconfig list failed to do the former,
because it stored the new proparallel value into a tuple that was
no longer the interesting one.  Carelessness in 7aea8e4f2.

(I did not bother with a regression test, because the only likely
future breakage would be for someone to ignore the comment I added
and add some other field update after the heap_modify_tuple step.
A test using existing function properties could not catch that.)

Per report from Bryn Llewellyn.  Back-patch to all supported branches.

Discussion: https://postgr.es/m/8AC9A37F-99BD-446F-A2F7-B89AD0022774@yugabyte.com
2022-04-19 23:03:59 -04:00
..
backend Fix breakage in AlterFunction(). 2022-04-19 23:03:59 -04:00
bin waldump: fix use-after-free in search_directory(). 2022-03-27 18:15:17 -07:00
common Fix buffer overrun in unicode string normalization with empty input 2021-11-11 15:02:01 +09:00
fe_utils Clean up assorted failures under clang's -fsanitize=undefined checks. 2022-03-03 18:13:24 -05:00
include Rethink the delay-checkpoint-end mechanism in the back-branches. 2022-04-14 11:10:16 -04:00
interfaces Add a temp-install prerequisite to src/interfaces/ecpg "checktcp". 2022-04-16 17:43:58 -07:00
makefiles Select CFLAGS_SL at configure time, not in platform-specific Makefiles. 2019-10-21 12:32:36 -04:00
pl Disallow execution of SPI functions during plperl function compilation. 2022-02-25 17:40:45 -05:00
port Stamp 11.15. 2022-02-07 16:20:23 -05:00
template Further tweaking of PG_SYSROOT heuristics for macOS. 2021-01-20 12:07:41 -05:00
test Fix race in TAP test 002_archiving.pl when restoring history file 2022-04-18 11:40:25 +09:00
timezone Update time zone data files to tzdata release 2021e. 2021-10-29 11:38:53 -04:00
tools Allow clean.bat to be run from anywhere 2022-01-20 10:21:12 -05:00
tutorial tutorial: land height is "elevation", not "altitude" 2021-03-10 20:25:18 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix partial-build problems introduced by having more generated headers. 2018-04-09 16:42:10 -04:00
Makefile.global.in Fix prove_installcheck to use correct paths when used with PGXS 2021-07-01 08:47:21 -04:00
Makefile.shlib Ensure static libraries have correct mod time even if ranlib messes it up. 2018-11-29 15:53:44 -05:00
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00