]> granicus.if.org Git - postgresql/commitdiff
Fix whitespace
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 9 May 2018 18:25:04 +0000 (14:25 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 18 May 2018 03:04:41 +0000 (23:04 -0400)
src/bin/pg_basebackup/streamutil.c
src/test/isolation/specs/predicate-gin.spec
src/test/isolation/specs/predicate-hash.spec
src/test/regress/sql/func_index.sql
src/test/regress/sql/index_including.sql

index f68019d570627a8cb6a2c7ca9c16addf7b8700f2..820d1a61df5272f86148e46679e66088926cb4b5 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  *
  * streamutil.c - utility functions for pg_basebackup, pg_receivewal and
- *                                     pg_recvlogical
+ *                                     pg_recvlogical
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
index a967695867a2bb930342f53637aaae702aeeaaa2..6a4069e995bb86f848ee88089c6218a42b6e7fd8 100644 (file)
@@ -131,4 +131,3 @@ permutation "rxy4" "wy4" "rxy3" "c2" "wx3" "c1"
 
 permutation       "rxy1" "rxy2fu" "wx1" "c1" "wy2fu" "c2"
 permutation "fu1" "rxy1" "rxy2fu" "wx1" "c1" "wy2fu" "c2"
-
index 8c83cb33e190c14cc7ae28e911b1bee94060210d..852c1ca29df13f06079a889e93f3249e2c9eed94 100644 (file)
@@ -28,7 +28,7 @@ teardown
 }
 
 session "s1"
-setup          
+setup
 {
  begin isolation level serializable;
  set enable_seqscan=off;
@@ -45,7 +45,7 @@ step "c1"     { commit; }
 
 
 session "s2"
-setup          
+setup
 {
  begin isolation level serializable;
  set enable_seqscan=off;
@@ -99,7 +99,7 @@ permutation "rxy2" "wy2" "rxy1" "wx1" "c1" "c2"
 permutation "rxy2" "wy2" "rxy1" "wx1" "c2" "c1"
 permutation "rxy2" "wy2" "rxy1" "c2" "wx1" "c1"
 
-# An index scan (from one transaction) and an index insert (from another 
+# An index scan (from one transaction) and an index insert (from another
 # transaction) try to access different buckets of the index so no r-w conflict.
 
 permutation "rxy3" "wx3" "rxy4" "c1" "wy4" "c2"
index 86f8c71179c4098ba86e562d81e5213097ec473b..c267c93eb082c0297fb943d15006355a733203e1 100644 (file)
@@ -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;
 select pg_stat_get_xact_tuples_hot_updated('keyvalue'::regclass);
 rollback;
-
-
index f83b2c64ac62d0ff52c332a9f2c8141e714ad5fa..b71bcaf93602ed2bb3df1293a164f06541d6b6e1 100644 (file)
@@ -197,4 +197,3 @@ ALTER TABLE tbl ALTER c1 TYPE bigint;
 ALTER TABLE tbl ALTER c3 TYPE bigint;
 \d tbl
 DROP TABLE tbl;
-