Re: Inconsistency between table am callback and table function names
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Ashwin Agrawal <aagrawal@pivotal.io>
Cc: Robert Haas <robertmhaas@gmail.com>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2019-05-23T23:32:24Z
Lists: pgsql-hackers
Hi, On 2019-05-14 12:11:46 -0700, Ashwin Agrawal wrote: > Thank you. Please find the patch to rename the agreed functions. It would > be good to make all consistent instead of applying exception to three > functions but seems no consensus on it. Given table_ api are new, we could > modify them leaving systable_ ones as is, but as objections left that as is. I've pushed a slightly modified version (rebase, some additional newlines due to the longer function names) now. Thanks for the patch! Greetings, Andres Freund
Commits
-
tableam: Rename wrapper functions to match callback names.
- 73b8c3bd2889 12.0 landed