pgsql: Small code simplifications - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Small code simplifications
Date
Msg-id E1kkmHI-0001UN-8N@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Improve estimation of OR clauses using extended statistics.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix pg_rewind bugs when rewinding a standby server.