pgsql: Fix accidental use of = instead of ==

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix accidental use of = instead of ==
Date: 2025-03-04 08:50:31
Message-ID: E1tpNyx-000iVo-2V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix accidental use of = instead of ==

Fix for commit 630f9a43cec. It used = instead of ==. The result
would be an incorrect error message.

Author: Jacob Brazeal <jacob(dot)brazeal(at)gmail(dot)com>
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Discussion: https://www.postgresql.org/message-id/flat/CA%2BCOZaC-JMbhQ4O0Q8V1Bxa0R%2BNex_RN9D6UyuLPiEx_CK4Heg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3abbd8dbeb8f0e4764ad6edb1ab3a71d4c3023f0

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

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-03-04 11:23:23 pgsql: doc: Expand version compatibility for pg_basebackup features
Previous Message Peter Eisentraut 2025-03-04 08:27:45 pgsql: Fix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table rewrite