aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-09 11:40:03 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-09 11:40:03 +0000
commit1c33289fd92ce0fd3788531c3d255ad71d632ea2 (patch)
treefbd621d7ecea21be7547be0e30da750b3fa7a364
parent4e859c3c8cc8d8864d9773e1a7eeb589c738839f (diff)
downloadpostgresql-1c33289fd92ce0fd3788531c3d255ad71d632ea2.tar.gz
postgresql-1c33289fd92ce0fd3788531c3d255ad71d632ea2.zip
Clean up regression for new 1st/9th/3rd fixes.
-rw-r--r--src/test/regress/expected/timestamp.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/expected/timestamp.out b/src/test/regress/expected/timestamp.out
index 744ddf751e5..72c02b1fa2f 100644
--- a/src/test/regress/expected/timestamp.out
+++ b/src/test/regress/expected/timestamp.out
@@ -1443,12 +1443,12 @@ SELECT '' AS to_char_8, to_char(d1, 'YYYYTH YYYYth Jth')
| 1997TH 1997th 2450450th
| 1997TH 1997th 2450508th
| 1997TH 1997th 2450509th
- | 1997TH 1997th 2450813rd
+ | 1997TH 1997th 2450813th
| 1997TH 1997th 2450814th
| 1999TH 1999th 2451544th
| 2000TH 2000th 2451545th
| 2000TH 2000th 2451910th
- | 2001ST 2001st 2451911st
+ | 2001ST 2001st 2451911th
(66 rows)