Re: pgsql: Remove dependency on HeapTuple from predicate locking functions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Munro <tmunro(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Remove dependency on HeapTuple from predicate locking functions.
Date: 2020-01-28 05:59:34
Message-ID: 16942.1580191174@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Thomas Munro <tmunro(at)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2020-01-28 07:38:04 pgsql: Fix compile error on HP C.
Previous Message Thomas Munro 2020-01-28 02:30:46 pgsql: Don't reset latch in ConditionVariablePrepareToSleep().