pgsql: Fixes for pg_dump.c regarding multiranges

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fixes for pg_dump.c regarding multiranges
Date: 2020-12-20 05:15:28
Message-ID: E1kqr44-0004do-SR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fixes for pg_dump.c regarding multiranges

This commit fixes two wrong version number checks and one wrong check for null.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8344d72cccae699e13884a5705b91dc1c4747c03

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2020-12-20 05:16:54 Re: pgsql: Multirange datatypes
Previous Message Tom Lane 2020-12-20 05:06:12 Re: pgsql: Multirange datatypes