forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4951a88
committed
copyObject() and equal() now know about all parse-time node types,
including utility statements. Still can't copy or compare executorstate, but at present that doesn't seem to be necessary. This makesit possible to execute most (all?) utility statements in plpgsql.Had to change parsetree representation of CreateTrigStmt so that itcontained only legal Nodes, and not bare string constants.1 parent66fd8f8 commit4951a88
File tree
6 files changed
+2421
-184
lines changed- src/backend
- commands
- nodes
- parser
- tcop
6 files changed
+2421
-184
lines changedLines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
| 215 | + | |
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 |
| - | |
| 225 | + | |
226 | 226 |
| |
227 | 227 |
| |
228 |
| - | |
| 228 | + | |
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 |
| - | |
238 |
| - | |
| 237 | + | |
239 | 238 |
| |
240 | 239 |
| |
241 | 240 |
| |
|
0 commit comments
Comments
(0)