Re: pgsql: Remove dependency on HeapTuple from predicate locking functions. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Remove dependency on HeapTuple from predicate locking functions.
Date
Msg-id 16942.1580191174@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Remove dependency on HeapTuple from predicate locking functions.  (Thomas Munro <tmunro@postgresql.org>)
Responses Re: pgsql: Remove dependency on HeapTuple from predicate locking functions.
List pgsql-committers
Thomas Munro <tmunro@postgresql.org> 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);
             ^

            regards, tom lane



pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Don't reset latch in ConditionVariablePrepareToSleep().
Next
From: Thomas Munro
Date:
Subject: pgsql: Fix compile error on HP C.