Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6b30d13

Browse files
committed
Fix whitespace
1 parent 93f6c63 commit 6b30d13

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

src/bin/pg_basebackup/streamutil.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-------------------------------------------------------------------------
22
*
33
* streamutil.c - utility functions for pg_basebackup, pg_receivewal and
4-
* pg_recvlogical
4+
* pg_recvlogical
55
*
66
* Author: Magnus Hagander <magnus@hagander.net>
77
*

src/test/isolation/specs/predicate-gin.spec

-1
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,3 @@ permutation "rxy4" "wy4" "rxy3" "c2" "wx3" "c1"
131131

132132
permutation "rxy1" "rxy2fu" "wx1" "c1" "wy2fu" "c2"
133133
permutation "fu1" "rxy1" "rxy2fu" "wx1" "c1" "wy2fu" "c2"
134-

src/test/isolation/specs/predicate-hash.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ teardown
2828
}
2929

3030
session "s1"
31-
setup
31+
setup
3232
{
3333
begin isolation level serializable;
3434
set enable_seqscan=off;
@@ -45,7 +45,7 @@ step "c1" { commit; }
4545

4646

4747
session "s2"
48-
setup
48+
setup
4949
{
5050
begin isolation level serializable;
5151
set enable_seqscan=off;
@@ -99,7 +99,7 @@ permutation "rxy2" "wy2" "rxy1" "wx1" "c1" "c2"
9999
permutation "rxy2" "wy2" "rxy1" "wx1" "c2" "c1"
100100
permutation "rxy2" "wy2" "rxy1" "c2" "wx1" "c1"
101101

102-
# An index scan (from one transaction) and an index insert (from another
102+
# An index scan (from one transaction) and an index insert (from another
103103
# transaction) try to access different buckets of the index so no r-w conflict.
104104

105105
permutation "rxy3" "wx3" "rxy4" "c1" "wy4" "c2"

src/test/regress/sql/func_index.sql

-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ select pg_stat_get_xact_tuples_hot_updated('keyvalue'::regclass);
2929
update keyvalue set info='{"name": "smith", "data": "some more data"}' where id=1;
3030
select pg_stat_get_xact_tuples_hot_updated('keyvalue'::regclass);
3131
rollback;
32-
33-

src/test/regress/sql/index_including.sql

-1
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,3 @@ ALTER TABLE tbl ALTER c1 TYPE bigint;
197197
ALTER TABLE tbl ALTER c3 TYPE bigint;
198198
\d tbl
199199
DROP TABLE tbl;
200-

0 commit comments

Comments
 (0)