- Notifications
You must be signed in to change notification settings - Fork5
Commit48938ab
committed
Allow the second argument of pg_get_expr() to be just zero when deparsing
an expression that's not supposed to contain variables. Per discussionwith Gevik Babakhani, this eliminates the need for an ugly kluge (namely,specifying some unrelated relation name). Remove one such kluge frompg_dump.1 parent99bf328 commit48938ab
File tree
3 files changed
+50
-23
lines changed- doc/src/sgml
- src
- backend/utils/adt
- bin/pg_dump
3 files changed
+50
-23
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
12367 | 12367 |
| |
12368 | 12368 |
| |
12369 | 12369 |
| |
12370 |
| - | |
| 12370 | + | |
| 12371 | + | |
| 12372 | + | |
12371 | 12373 |
| |
12372 | 12374 |
| |
12373 | 12375 |
| |
|
Lines changed: 43 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
| 149 | + | |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
| |||
1198 | 1198 |
| |
1199 | 1199 |
| |
1200 | 1200 |
| |
1201 |
| - | |
| 1201 | + | |
| 1202 | + | |
1202 | 1203 |
| |
1203 | 1204 |
| |
1204 | 1205 |
| |
| |||
1208 | 1209 |
| |
1209 | 1210 |
| |
1210 | 1211 |
| |
1211 |
| - | |
1212 |
| - | |
1213 |
| - | |
1214 |
| - | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
1215 | 1216 |
| |
1216 |
| - | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
1217 | 1230 |
| |
1218 | 1231 |
| |
1219 | 1232 |
| |
| |||
1227 | 1240 |
| |
1228 | 1241 |
| |
1229 | 1242 |
| |
1230 |
| - | |
1231 |
| - | |
1232 |
| - | |
1233 |
| - | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
1234 | 1253 |
| |
1235 |
| - | |
| 1254 | + | |
1236 | 1255 |
| |
1237 | 1256 |
| |
1238 |
| - | |
1239 |
| - | |
| 1257 | + | |
| 1258 | + | |
1240 | 1259 |
| |
1241 | 1260 |
| |
1242 | 1261 |
| |
| |||
1249 | 1268 |
| |
1250 | 1269 |
| |
1251 | 1270 |
| |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
1252 | 1279 |
| |
1253 |
| - | |
1254 | 1280 |
| |
1255 | 1281 |
| |
1256 | 1282 |
| |
1257 |
| - | |
1258 |
| - | |
1259 |
| - | |
| 1283 | + | |
1260 | 1284 |
| |
1261 | 1285 |
| |
1262 | 1286 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
6186 | 6186 |
| |
6187 | 6187 |
| |
6188 | 6188 |
| |
6189 |
| - | |
| 6189 | + | |
6190 | 6190 |
| |
6191 | 6191 |
| |
6192 | 6192 |
| |
6193 | 6193 |
| |
6194 | 6194 |
| |
6195 | 6195 |
| |
| 6196 | + | |
6196 | 6197 |
| |
6197 | 6198 |
| |
6198 | 6199 |
| |
|
0 commit comments
Comments
(0)