Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes).
Itagaki Takahiro <itagaki.takahiro@gmail.com>
Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). Now long names are adjusted with truncate_identifier() and NOTICE messages are raised if names are actually truncated. Backported to release 8.0.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/dblink/dblink.c | modified | +10 −10 |