Peter Eisentraut <[email protected]> writes: > I think this patch is necessary: > - if (literallen == 2) /* "U&" */ > + if (literallen == 0)
Seems sensible, and matches the corresponding code in scan.l.
+1.
regards, tom lane
