citus/src
naisila 3f5a1e089d
Rename foreach_ macros to foreach_declared_ macros
PG17 added foreach_ptr, foreach_int and foreach_oid macros
Relevant PG commit
14dd0f27d7cd56ffae9ecdbe324965073d01a9ff
14dd0f27d7

We already have these macros, but they are different with the
PG17 ones because our macros take a DECLARED variable, whereas
the PG16 macros declare a locally-scoped loop variable themselves.

Hence I am renaming our macros to foreach_declared_
2024-07-25 13:17:32 +02:00
..
backend Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
include Rename foreach_ macros to foreach_declared_ macros 2024-07-25 13:17:32 +02:00
test Support MERGE command for single_shard_distributed Target (#7643) 2024-07-16 08:08:44 -07:00