pgsql: Fix incorrect format placeholders for Oid

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect format placeholders for Oid
Date: 2024-01-30 08:16:03
Message-ID: E1rUjHn-003odU-4o@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect format placeholders for Oid

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4c48c0fe561c2b07831c2a296da637401cb953c6

Modified Files
--------------
src/backend/utils/adt/jsonpath_exec.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-01-30 10:26:35 pgsql: pgcrypto: Fix check for buffer size
Previous Message David Rowley 2024-01-29 23:37:21 pgsql: Delay build of Memoize hash table until executor run