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

Commit f04ad77

Browse files
committed
Remove obsolete comment
1 parent 29b3ac7 commit f04ad77

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/regress/expected/foreign_key.out

-1
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,6 @@ ERROR: table "pktable" does not exist
10091009
drop table pktable_base;
10101010
--
10111011
-- Deferrable constraints
1012-
-- (right now, only FOREIGN KEY constraints can be deferred)
10131012
--
10141013
-- deferrable, explicitly deferred
10151014
CREATE TABLE pktable (

src/test/regress/sql/foreign_key.sql

-1
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ drop table pktable_base;
654654

655655
--
656656
-- Deferrable constraints
657-
-- (right now, only FOREIGN KEY constraints can be deferred)
658657
--
659658

660659
-- deferrable, explicitly deferred

0 commit comments

Comments
 (0)