get_seq_name should truncate name to NAMEDATALEN, so that this works:
Tom Lane <tgl@sss.pgh.pa.us>
get_seq_name should truncate name to NAMEDATALEN, so that this works:
create sequence a1234567890123456789012345678901234567890;
select nextval('a1234567890123456789012345678901234567890');
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/sequence.c | modified | +21 −2 |