- Notifications
You must be signed in to change notification settings - Fork28
Commit7f60be7
committed
Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
In the previous coding, the parser emitted a List containing a C string,which is no good, because copyObject() can't handle it.Dimitri Fontaine1 parentdc8a143 commit7f60be7
File tree
4 files changed
+8
-13
lines changed- src
- backend
- commands
- parser
- include/commands
4 files changed
+8
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1993 | 1993 | | |
1994 | 1994 | | |
1995 | 1995 | | |
1996 | | - | |
| 1996 | + | |
1997 | 1997 | | |
1998 | 1998 | | |
1999 | | - | |
2000 | 1999 | | |
2001 | 2000 | | |
2002 | 2001 | | |
2003 | 2002 | | |
2004 | | - | |
2005 | | - | |
2006 | 2003 | | |
2007 | 2004 | | |
2008 | 2005 | | |
| |||
2185 | 2182 | | |
2186 | 2183 | | |
2187 | 2184 | | |
2188 | | - | |
| 2185 | + | |
2189 | 2186 | | |
2190 | 2187 | | |
2191 | | - | |
2192 | 2188 | | |
2193 | 2189 | | |
2194 | 2190 | | |
2195 | 2191 | | |
2196 | | - | |
2197 | 2192 | | |
2198 | 2193 | | |
2199 | 2194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6225 | 6225 | | |
6226 | 6226 | | |
6227 | 6227 | | |
6228 | | - | |
| 6228 | + | |
6229 | 6229 | | |
6230 | 6230 | | |
6231 | 6231 | | |
| |||
6234 | 6234 | | |
6235 | 6235 | | |
6236 | 6236 | | |
6237 | | - | |
| 6237 | + | |
6238 | 6238 | | |
6239 | 6239 | | |
6240 | 6240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments
Comments
(0)