mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Ooops, missed that a couple of contrib modules have calls to byteacmp.
Add bytea.h inclusions as needed. Some of the contrib regression tests need to be de-hexified, too. Per buildfarm.
This commit is contained in:
@ -226,9 +226,6 @@ SELECT 'f'::citext::char = 'f'::char AS t;
|
||||
SELECT 'f'::"char"::citext = 'f' AS t;
|
||||
SELECT 'f'::citext::"char" = 'f'::"char" AS t;
|
||||
|
||||
SELECT 'foo'::bytea::citext = 'foo' AS t;
|
||||
SELECT 'foo'::citext::bytea = 'foo'::bytea AS t;
|
||||
|
||||
SELECT '100'::money::citext = '$100.00' AS t;
|
||||
SELECT '100'::citext::money = '100'::money AS t;
|
||||
|
||||
|
Reference in New Issue
Block a user