OSDN Git Service

Submitted by Openlink, requires -DOPENLINK_PATCHES in Makefile.global
authorMarc G. Fournier <scrappy@hub.org>
Mon, 15 Jul 1996 19:11:23 +0000 (19:11 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 15 Jul 1996 19:11:23 +0000 (19:11 +0000)
commitd838e30f13028d37a383b7adb1f7f6e094df1496
tree5c0b982c02d493da3b12a618733541999eb14861
parent76145bd74b0fcf367200b2cf09f8858df8db7d53
Submitted by Openlink, requires -DOPENLINK_PATCHES in Makefile.global

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
src/backend/utils/adt/varchar.c