- Notifications
You must be signed in to change notification settings - Fork28
Commit33215d1
committed
file_fdw: Fix for generated columns
Since file_fdw uses COPY internally, but COPY doesn't allow listinggenerated columns in its column list, we need to make sure that wedon't add generated columns to the column lists internally generatedby file_fdw.Reported-by: Erik Rijkers <er@xs4all.nl>1 parent6f0e190 commit33215d1
File tree
3 files changed
+21
-0
lines changed- contrib/file_fdw
- input
- output
3 files changed
+21
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
922 | 922 |
| |
923 | 923 |
| |
924 | 924 |
| |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
925 | 929 |
| |
926 | 930 |
| |
927 | 931 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
192 | 198 |
| |
193 | 199 |
| |
194 | 200 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
375 | 375 |
| |
376 | 376 |
| |
377 | 377 |
| |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
378 | 389 |
| |
379 | 390 |
| |
380 | 391 |
| |
|
0 commit comments
Comments
(0)