pgsql: Remove unnecessary braces, to match the surrounding style.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unnecessary braces, to match the surrounding style.
Date: 2017-07-12 09:32:22
Message-ID: E1dVE0M-000711-Ox@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary braces, to match the surrounding style.

Mostly in the new subscription-related commands. Backport the few that
were also present in older versions.

Thomas Munro

Discussion: https://www.postgresql.org/message-id/CAEepm=3CyW1QmXcXJXmqiJXtXzFDc8SvSfnxkEGD3Bkv2SrkeQ@mail.gmail.com

Branch
------
REL9_4_STABLE

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

Modified Files
--------------
src/bin/psql/tab-complete.c | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2017-07-12 12:45:19 pgsql: Fix ordering of operations in SyncRepWakeQueue to avoid assertio
Previous Message pgsql 2017-07-11 22:57:48 pgsql: Tag refs/tags/REL_10_BETA2 was created