pgsql: Fix whitespace

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix whitespace
Date: 2016-04-11 18:45:19
Message-ID: E1apgpr-000626-Tl@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix whitespace

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d8ed83cd7fd1082f60a5b9897b62216f6b3e2587

Modified Files
--------------
src/backend/foreign/foreign.c | 2 +-
src/backend/nodes/extensible.c | 2 +-
src/backend/utils/adt/tsquery_op.c | 4 ++--
src/pl/plpython/plpy_elog.c | 1 -
src/test/modules/snapshot_too_old/sto.conf | 1 -
5 files changed, 4 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2016-04-11 20:47:03 pgsql: Make oldSnapshotControl a pointer to a volatile structure
Previous Message Stephen Frost 2016-04-11 18:12:43 pgsql: Prefix RLS regression test roles with 'regress_'