Re: lingering references to V0 calling convention
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: John Naylor <jcnaylor@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-05-02T14:52:50Z
Lists: pgsql-hackers
On 23/04/18 14:17, John Naylor wrote: > I noticed one in the SPI docs and tried to look for more. The attached > patch is an attempt at removing the remaining references. The original > SPI example returned a uint64 as a signed int8 SQL type, so I'm not > sure if I handled that correctly. Committed, thanks! - Heikki
Commits
-
Remove remaining references to version-0 calling convention in docs.
- 53945b4c13d5 10.4 landed
- f66912b0a038 11.0 landed