pgsql: NULL is not an ideal way to spell bool "false".

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: NULL is not an ideal way to spell bool "false".
Date: 2023-04-14 17:32:06
Message-ID: E1pnNHI-003420-Ue@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

NULL is not an ideal way to spell bool "false".

Thinko in commit 6633cfb21, detected by buildfarm member hamerkop.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e4d905f772f7803d399b6e173ca9aa7ba8a35e5a

Modified Files
--------------
src/backend/libpq/be-secure-gssapi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-04-14 18:38:37 pgsql: Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add
Previous Message Daniel Gustafsson 2023-04-14 09:06:47 pgsql: doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+