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

Commit 2a55934

Browse files
committed
Remove SHOW after datestyle reset.
1 parent de62329 commit 2a55934

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

src/test/regress/expected/horology-no-DST-before-1970.out

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,5 +1124,3 @@ SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
11241124
(8 rows)
11251125

11261126
RESET DateStyle;
1127-
SHOW DateStyle;
1128-
NOTICE: DateStyle is ISO with US (NonEuropean) conventions

src/test/regress/expected/horology-solaris-1947.out

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,5 +1124,3 @@ SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
11241124
(8 rows)
11251125

11261126
RESET DateStyle;
1127-
SHOW DateStyle;
1128-
NOTICE: DateStyle is ISO with US (NonEuropean) conventions

src/test/regress/expected/horology.out

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,5 +1124,3 @@ SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
11241124
(8 rows)
11251125

11261126
RESET DateStyle;
1127-
SHOW DateStyle;
1128-
NOTICE: DateStyle is ISO with US (NonEuropean) conventions

src/test/regress/sql/horology.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,3 @@ SELECT '' AS sixty_three, d1 AS european_sql FROM TIMESTAMP_TBL;
149149
SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
150150

151151
RESET DateStyle;
152-
153-
SHOW DateStyle;
154-

0 commit comments

Comments
 (0)