pgsql: Fix assert with side effects in the new PHJ code. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix assert with side effects in the new PHJ code.
Date
Msg-id E1eT42l-0008To-Rn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix assert with side effects in the new PHJ code.

Instead of asserting the assert just set the value to what it was
supposed to test...

Per coverity.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4e2970f8807f1ccfc8029979a70dc80ee102ce48

Modified Files
--------------
src/backend/executor/nodeHash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] [COMMITTERS] pgsql: Fix freezing of a dead HOT-updatedtuple
Next
From: Robert Haas
Date:
Subject: pgsql: Add pow(), aka power(), function to pgbench.