Revert unnecessary check for NULL
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 22 Aug 2025 11:47:19 +0000 (14:47 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 22 Aug 2025 11:49:44 +0000 (14:49 +0300)
commit5a26a3e4eeb279074421380ee332cc40690b2bac
tree67abd97466639ef4f76134f417fff3ba7b888c3e
parente7ff96853ea78fd5fc00987fac276a35c265b1bf
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
src/interfaces/libpq/fe-protocol3.c