pgsql: Revert unnecessary check for NULL - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Revert unnecessary check for NULL
Date
Msg-id E1upQJW-0017tZ-1O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert unnecessary check for NULL

Jelte pointed out that this was unnecessary, but I failed to remove it
before pushing f6f0542266. Oops.

Reviewed-by: Jelte Fennema-Nio <postgres@jeltef.nl>
Discussion:
https://www.postgresql.org/message-id/CAGECzQT%3DxNV-V%2BvFC7YQwYQMj0wGN61b3p%3DJ1_rL6M0vbjTtrA@mail.gmail.com
Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/807ee417e562c355360e891f415e6e8e6e4c40ed

Modified Files
--------------
src/interfaces/libpq/fe-protocol3.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: libpq: Handle OOM by disconnecting instead of hanging or skippin
Next
From: Nathan Bossart
Date:
Subject: pgsql: vacuumdb: Fix --missing-stats-only with virtual generated column