pgsql: Rearrange some static assertions for consistency

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rearrange some static assertions for consistency
Date: 2022-12-14 15:14:42
Message-ID: E1p5TSz-003Yj9-BM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rearrange some static assertions for consistency

Put lengthof first.

Reported-by: Peter Smith <smithpb2250(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/CAHut+PsUDMySVRuRc=h+P5N3+=TGvj4W_mi32XXg9dt4o-BXbA@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/executor/execExprInterp.c | 2 +-
src/backend/utils/cache/syscache.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-12-14 18:22:16 pgsql: Convert a few more datatype input functions to report errors sof
Previous Message Etsuro Fujita 2022-12-14 09:53:53 Re: pgsql: postgres_fdw: Fix assertion in estimate_path_cost_size().