On Tue, Jan 28, 2020 at 6:59 PM Tom Lane <[email protected]> wrote: > Thomas Munro <[email protected]> writes: > > Remove dependency on HeapTuple from predicate locking functions. > > anole's not terribly pleased with this: > > "heapam.c", line 9137: error #2118: a void function may not return a value > return CheckForSerializableConflictOut(relation, xid, snapshot); > ^
Thanks. I pushed a fix. Wow, HP C spits out a lot of warnings.
