pgsql: Whitespace fix - replace tab with spaces in CREATE TABLE command - Mailing list pgsql-committers

From Joe Conway
Subject pgsql: Whitespace fix - replace tab with spaces in CREATE TABLE command
Date
Msg-id E1ZAhdl-0007E5-NR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Whitespace fix - replace tab with spaces in CREATE TABLE command.

Branch
------
REL9_5_STABLE

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

Modified Files
--------------
src/test/regress/expected/rowsecurity.out |    2 +-
src/test/regress/sql/rowsecurity.sql      |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Joe Conway
Date:
Subject: pgsql: Whitespace fix - replace tab with spaces in CREATE TABLE command
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Plug some trivial memory leaks in pg_dump and pg_upgrade.