Re: SPI_connect, SPI_connect_ext return type
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Stepan Neretin <sndcppg@gmail.com>
Cc: Peter Eisentraut <peter@eisentraut.org>,
pgsql-hackers@lists.postgresql.org
Date: 2024-09-08T07:31:23Z
Lists: pgsql-hackers
Stepan Neretin <sndcppg@gmail.com> writes: >> This combines portions of Stepan's >> two patches with some additional work (mostly, that he'd missed fixing >> any of contrib/). > Thank you for the feedback! I believe the patch looks satisfactory. Should > we await a review? The changes seem straightforward to me. I too think it's good to go. If no one complains or asks for more time to review, I will push it Monday or so. regards, tom lane
Commits
-
Don't bother checking the result of SPI_connect[_ext] anymore.
- 218527d01456 18.0 landed