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

Commit 9b2a237

Browse files
committed
Fix typo in comment.
1 parent a91f885 commit 9b2a237

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/regress/expected/rules.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ select pg_get_viewdef('shoe'::regclass,0) as prettier;
15941594
(1 row)
15951595

15961596
--
1597-
-- check multi-rule VALUES in rules
1597+
-- check multi-row VALUES in rules
15981598
--
15991599
create table rules_src(f1 int, f2 int);
16001600
create table rules_log(f1 int, f2 int, tag text);

src/test/regress/sql/rules.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ select pg_get_viewdef('shoe'::regclass,true) as pretty;
935935
select pg_get_viewdef('shoe'::regclass,0) as prettier;
936936

937937
--
938-
-- check multi-rule VALUES in rules
938+
-- check multi-row VALUES in rules
939939
--
940940

941941
create table rules_src(f1 int, f2 int);

0 commit comments

Comments
 (0)