pgsql: Small code simplifications

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Small code simplifications
Date: 2020-12-03 10:56:00
Message-ID: E1kkmHI-0001UN-8N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Small code simplifications

strVal() can be used in a couple of places instead of coding the same
thing by hand.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6114040711affa2b0bcf47fa2791187daf8455fb

Modified Files
--------------
src/backend/foreign/foreign.c | 2 +-
src/backend/parser/gram.y | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2020-12-03 14:08:46 pgsql: Fix pg_rewind bugs when rewinding a standby server.
Previous Message Dean Rasheed 2020-12-03 10:06:57 pgsql: Improve estimation of OR clauses using extended statistics.