From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Revert unnecessary check for NULL |
Date: | 2025-08-22 11:52:11 |
Message-ID: | E1upQJW-0017tb-1S@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)jeltef(dot)nl>
Discussion: https://www.postgresql.org/message-id/CAGECzQT%3DxNV-V%2BvFC7YQwYQMj0wGN61b3p%3DJ1_rL6M0vbjTtrA@mail.gmail.com
Backpatch-through: 18
Branch
------
REL_18_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/5a26a3e4eeb279074421380ee332cc40690b2bac
Modified Files
--------------
src/interfaces/libpq/fe-protocol3.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Bossart | 2025-08-22 16:12:09 | pgsql: vacuumdb: Fix --missing-stats-only with virtual generated column |
Previous Message | Heikki Linnakangas | 2025-08-22 11:45:43 | pgsql: libpq: Be strict about cancel key lengths |