]> granicus.if.org Git - postgresql/commit
get_seq_name should truncate name to NAMEDATALEN, so that this works:
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 6 Jun 2001 22:03:48 +0000 (22:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 6 Jun 2001 22:03:48 +0000 (22:03 +0000)
commita6697b361460da9e88d949aa404164183528b094
treeb5ab91f647b515615c1fc075595f47c58e7d62ed
parentb67fc0079cf1f8db03aaa6d16f0ab8bd5d1a240d
get_seq_name should truncate name to NAMEDATALEN, so that this works:
create sequence a1234567890123456789012345678901234567890;
select nextval('a1234567890123456789012345678901234567890');
src/backend/commands/sequence.c