Re: PG_GETARG_GISTENTRY?
Noah Misch <noah@leadboat.com>
From: Noah Misch <noah@leadboat.com>
To: Mark Dilger <hornschnorter@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Robert Haas <robertmhaas@gmail.com>, Andres Freund <andres@anarazel.de>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-04-25T01:10:52Z
Lists: pgsql-hackers
On Mon, Apr 24, 2017 at 09:25:25AM -0700, Mark Dilger wrote: > Here is a small patch for the next open commitfest which handles a case > that Noah's commits 9d7726c2ba06b932f791f2d0cc5acf73cc0b4dca and > 3a0d473192b2045cbaf997df8437e7762d34f3ba apparently missed. The scope for those commits was wrappers of PG_DETOAST_DATUM_PACKED(), which does not include PG_DETOAST_DATUM_SLICE(). > Noah, if you left this case out intentionally, sorry for the noise. I did not > immediately see any reason not to follow your lead for this function. This is not following my lead, but that doesn't make it bad. It's just a different topic.
Commits
-
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
- 4bd1994650fd 11.0 landed
-
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
- 3a0d473192b2 10.0 cited
-
Recommend wrappers of PG_DETOAST_DATUM_PACKED().
- 9d7726c2ba06 10.0 cited