- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit94b914f
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 parent4cb560b commit94b914f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
243 |
| - | |
| 243 | + | |
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
|
0 commit comments
Comments
(0)