postgresql/src/backend/optimizer/util
Peter Eisentraut ae145d1de6 Rename C23 keyword
constexpr is a keyword in C23.  Rename a conflicting identifier for
future-proofing.

Reviewed-by: Robert Haas <robertmhaas@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/08abc832-1384-4aca-a535-1a79765b565e%40eisentraut.org
Discussion: https://www.postgresql.org/message-id/flat/87o72eo9iu.fsf%40gentoo.org
2024-11-26 13:36:21 +01:00
..
appendinfo.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
clauses.c SQL/JSON: Fix some oversights in commit b6e1157e7 2024-10-20 12:21:03 +09:00
inherit.c Avoid failure to open dropped detached partition 2024-08-19 16:09:10 -04:00
joininfo.c Make Vars be outer-join-aware. 2023-01-30 13:16:20 -05:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
orclauses.c Fix filtering of "cloned" outer-join quals some more. 2023-05-25 10:28:33 -04:00
paramassign.c Compare varnullingrels too in assign_param_for_var(). 2024-01-26 15:54:17 -05:00
pathnode.c Fix possible Assert failure in cost_memoize_rescan 2024-06-19 10:21:00 +12:00
placeholder.c Remove local optimizations of empty Bitmapsets into null pointers. 2023-03-02 12:01:47 -05:00
plancat.c Restrict accesses to non-system views and foreign tables during pg_dump. 2024-08-05 06:05:28 -07:00
predtest.c Rename C23 keyword 2024-11-26 13:36:21 +01:00
relnode.c Disallow partitionwise join when collations don't match 2024-11-08 17:19:13 +09:00
restrictinfo.c Disallow replacing joins with scans in problematic cases. 2023-07-28 15:45:01 +09: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