forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd838e30
committed
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 = ''; -- fails1 parent76145bd commitd838e30
1 file changed
+11
-1
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| 71 | + | |
71 | 72 |
| |
72 | 73 |
| |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
73 | 78 |
| |
74 | 79 |
| |
75 | 80 |
| |
| |||
132 | 137 |
| |
133 | 138 |
| |
134 | 139 |
| |
| 140 | + | |
135 | 141 |
| |
136 | 142 |
| |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
137 | 147 |
| |
138 | 148 |
| |
139 | 149 |
| |
|
0 commit comments
Comments
(0)