postgresql/src/backend/optimizer/util
Daniel Gustafsson d435f15fff Add SysCacheGetAttrNotNull for guaranteed not-null attrs
When extracting an attr from a cached tuple in the syscache with
SysCacheGetAttr the isnull parameter must be checked in case the
attr cannot be NULL.  For cases when this is known beforehand, a
wrapper is introduced which perform the errorhandling internally
on behalf of the caller, invoking an elog in case of a NULL attr.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Reviewed-by: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/AD76405E-DB45-46B6-941F-17B1EB3A9076@yesql.se
2023-03-25 22:49:33 +01:00
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
appendinfo.c Do assorted mop-up in the planner. 2023-01-30 13:44:36 -05:00
clauses.c Add SysCacheGetAttrNotNull for guaranteed not-null attrs 2023-03-25 22:49:33 +01:00
inherit.c Do assorted mop-up in the planner. 2023-01-30 13:44:36 -05:00
joininfo.c Make Vars be outer-join-aware. 2023-01-30 13:16:20 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
orclauses.c Do assorted mop-up in the planner. 2023-01-30 13:44:36 -05:00
paramassign.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pathnode.c Enable use of Memoize atop an Append that came from UNION ALL. 2023-03-16 18:13:45 -04:00
placeholder.c Remove local optimizations of empty Bitmapsets into null pointers. 2023-03-02 12:01:47 -05:00
plancat.c Allow left join removals and unique joins on partitioned tables 2023-01-09 17:15:08 +13:00
predtest.c Remove useless casts to (void *) in hash_search() calls 2023-02-06 09:41:01 +01:00
relnode.c Remove local optimizations of empty Bitmapsets into null pointers. 2023-03-02 12:01:47 -05:00
restrictinfo.c Do assorted mop-up in the planner. 2023-01-30 13:44:36 -05:00
tlist.c Fix typos in comments, code and documentation 2023-01-03 16:26:14 +09:00
var.c Fix thinko in outer-join removal. 2023-02-04 15:19:54 -05:00