aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-05-09 14:25:04 -0400
committerPeter Eisentraut <peter_e@gmx.net>2018-05-17 23:04:41 -0400
commit6b30d1386fa37d8ae45e2d30e22771244afd13c3 (patch)
tree9905facb080412487e238637f0ee1f1560bf70fa /src
parent93f6c6328dcf74d1e42162e8f712c23fe16a8cf8 (diff)
downloadpostgresql-6b30d1386fa37d8ae45e2d30e22771244afd13c3.tar.gz
postgresql-6b30d1386fa37d8ae45e2d30e22771244afd13c3.zip
Fix whitespace
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_basebackup/streamutil.c2
-rw-r--r--src/test/isolation/specs/predicate-gin.spec1
-rw-r--r--src/test/isolation/specs/predicate-hash.spec6
-rw-r--r--src/test/regress/sql/func_index.sql2
-rw-r--r--src/test/regress/sql/index_including.sql1
5 files changed, 4 insertions, 8 deletions
diff --git a/src/bin/pg_basebackup/streamutil.c b/src/bin/pg_basebackup/streamutil.c
index f68019d5706..820d1a61df5 100644
--- a/src/bin/pg_basebackup/streamutil.c
+++ b/src/bin/pg_basebackup/streamutil.c
@@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
*
* streamutil.c - utility functions for pg_basebackup, pg_receivewal and
- * pg_recvlogical
+ * pg_recvlogical
*
* Author: Magnus Hagander <magnus@hagander.net>
*
diff --git a/src/test/isolation/specs/predicate-gin.spec b/src/test/isolation/specs/predicate-gin.spec
index a967695867a..6a4069e995b 100644
--- a/src/test/isolation/specs/predicate-gin.spec
+++ b/src/test/isolation/specs/predicate-gin.spec
@@ -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"
-
diff --git a/src/test/isolation/specs/predicate-hash.spec b/src/test/isolation/specs/predicate-hash.spec
index 8c83cb33e19..852c1ca29df 100644
--- a/src/test/isolation/specs/predicate-hash.spec
+++ b/src/test/isolation/specs/predicate-hash.spec
@@ -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"
diff --git a/src/test/regress/sql/func_index.sql b/src/test/regress/sql/func_index.sql
index 86f8c71179c..c267c93eb08 100644
--- a/src/test/regress/sql/func_index.sql
+++ b/src/test/regress/sql/func_index.sql
@@ -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;
-
-
diff --git a/src/test/regress/sql/index_including.sql b/src/test/regress/sql/index_including.sql
index f83b2c64ac6..b71bcaf9360 100644
--- a/src/test/regress/sql/index_including.sql
+++ b/src/test/regress/sql/index_including.sql
@@ -197,4 +197,3 @@ ALTER TABLE tbl ALTER c1 TYPE bigint;
ALTER TABLE tbl ALTER c3 TYPE bigint;
\d tbl
DROP TABLE tbl;
-