forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitba2dbed
committed
ecpg: Restore detection of unsupported COPY FROM STDIN.
The ecpg command includes code to warn about unsupported COPY FROM STDINstatements in input files. However, since commit3d009e4,this functionality has been broken due to a bug introduced in that commit,causing ecpg to fail to detect the statement.This commit resolves the issue, restoring ecpg's ability to detectCOPY FROM STDIN and issue a warning as intended.Back-patch to all supported versions.Author: Ryo KanbayashiReviewed-by: Hayato Kuroda, Tom LaneDiscussion:https://postgr.es/m/CANOn0Ez_t5uDCUEV8c1YORMisJiU5wu681eEVZzgKwOeiKhkqQ@mail.gmail.com1 parent96e61b2 commitba2dbed
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
251 |
| - | |
| 251 | + | |
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
|
0 commit comments
Comments
(0)