diff options
-rw-r--r-- | contrib/citext/expected/citext.out | 2 | ||||
-rw-r--r-- | contrib/citext/expected/citext_1.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/citext/expected/citext.out b/contrib/citext/expected/citext.out index c3dfc95803e..3694cb8b5b3 100644 --- a/contrib/citext/expected/citext.out +++ b/contrib/citext/expected/citext.out @@ -216,7 +216,7 @@ SELECT citext_cmp('AARDVARK'::citext, 'AARDVARK'::citext) AS zero; SELECT citext_cmp('B'::citext, 'a'::citext) > 0 AS true; true ------ - t + t (1 row) -- Do some tests using a table and index. diff --git a/contrib/citext/expected/citext_1.out b/contrib/citext/expected/citext_1.out index 49a6817aef3..1a6bcdf0bcc 100644 --- a/contrib/citext/expected/citext_1.out +++ b/contrib/citext/expected/citext_1.out @@ -216,7 +216,7 @@ SELECT citext_cmp('AARDVARK'::citext, 'AARDVARK'::citext) AS zero; SELECT citext_cmp('B'::citext, 'a'::citext) > 0 AS true; true ------ - t + t (1 row) -- Do some tests using a table and index. |