Fix whitespace

pull/32/head
Peter Eisentraut 7 years ago
parent 93f6c6328d
commit 6b30d1386f
  1. 2
      src/bin/pg_basebackup/streamutil.c
  2. 1
      src/test/isolation/specs/predicate-gin.spec
  3. 2
      src/test/regress/sql/func_index.sql
  4. 1
      src/test/regress/sql/index_including.sql

@ -1,7 +1,7 @@
/*------------------------------------------------------------------------- /*-------------------------------------------------------------------------
* *
* streamutil.c - utility functions for pg_basebackup, pg_receivewal and * streamutil.c - utility functions for pg_basebackup, pg_receivewal and
* pg_recvlogical * pg_recvlogical
* *
* Author: Magnus Hagander <magnus@hagander.net> * Author: Magnus Hagander <magnus@hagander.net>
* *

@ -131,4 +131,3 @@ permutation "rxy4" "wy4" "rxy3" "c2" "wx3" "c1"
permutation "rxy1" "rxy2fu" "wx1" "c1" "wy2fu" "c2" permutation "rxy1" "rxy2fu" "wx1" "c1" "wy2fu" "c2"
permutation "fu1" "rxy1" "rxy2fu" "wx1" "c1" "wy2fu" "c2" permutation "fu1" "rxy1" "rxy2fu" "wx1" "c1" "wy2fu" "c2"

@ -29,5 +29,3 @@ select pg_stat_get_xact_tuples_hot_updated('keyvalue'::regclass);
update keyvalue set info='{"name": "smith", "data": "some more data"}' where id=1; update keyvalue set info='{"name": "smith", "data": "some more data"}' where id=1;
select pg_stat_get_xact_tuples_hot_updated('keyvalue'::regclass); select pg_stat_get_xact_tuples_hot_updated('keyvalue'::regclass);
rollback; rollback;

@ -197,4 +197,3 @@ ALTER TABLE tbl ALTER c1 TYPE bigint;
ALTER TABLE tbl ALTER c3 TYPE bigint; ALTER TABLE tbl ALTER c3 TYPE bigint;
\d tbl \d tbl
DROP TABLE tbl; DROP TABLE tbl;

Loading…
Cancel
Save