mirror of https://github.com/postgres/postgres
varchar.diff
------------
This patch was necessary for the OpenLink Postgres Database Agent.
I think this fixes a bug anyway.
The following query demonstrates this bug:
create table foo (bar varchar);
insert into foo values (''); -- no problem
select * from foo where bar = ''; -- fails
pull/19/head
parent
76145bd74b
commit
d838e30f13
Loading…
Reference in new issue