Re: [PATCH] Replace magic constant 3 with NUM_MERGE_MATCH_KINDS
Dean Rasheed <dean.a.rasheed@gmail.com>
From: Dean Rasheed <dean.a.rasheed@gmail.com>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Richard Guo <guofenglinux@gmail.com>
Date: 2024-04-19T09:02:42Z
Lists: pgsql-hackers
On Thu, 18 Apr 2024 at 13:00, Aleksander Alekseev <aleksander@timescale.com> wrote: > > Fair point. PFA the alternative version of the patch. > Thanks. Committed. Regards, Dean
Commits
-
Use macro to define the number of enum values
- 10b721821d6d 18.0 landed
-
Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.
- 2e068db56e31 17.0 landed