Per buildfarm member prion, that runs the regression tests under a role
name that uses a hyphen. Issue introduced by
835bcba.
Discussion: https://postgr.es/m/YZW4MvzCZ+hQ34vw@paquier.xyz
Backpatch-through: 12
'abc'::refcursor,
'1 2'::int2vector,
'1 2'::oidvector,
- format('%s=UC/%s', USER, USER)::aclitem,
+ format('%I=UC/%I', USER, USER)::aclitem AS aclitem,
'a fat cat sat on a mat and ate a fat rat'::tsvector,
'fat & rat'::tsquery,
'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11'::uuid,
'abc'::refcursor,
'1 2'::int2vector,
'1 2'::oidvector,
- format('%s=UC/%s', USER, USER)::aclitem,
+ format('%I=UC/%I', USER, USER)::aclitem AS aclitem,
'a fat cat sat on a mat and ate a fat rat'::tsvector,
'fat & rat'::tsquery,
'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11'::uuid,