Re: array type name mangling - Mailing list pgsql-hackers

From Tom Lane
Subject Re: array type name mangling
Date
Msg-id 26542.1178391107@sss.pgh.pa.us
Whole thread Raw
In response to Re: array type name mangling  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Actually, looking back in the email history I see Tom suggested this, 
> which I'll try instead:

>> prepend _, truncate to less than 64 bytes if necessary,
>> then substitute numbers at the end if needed to get something unique. 

Your idea of multiple underscores seems just as reasonable, maybe more
so.  Either way, remember that the truncation needs to be
multibyte-aware.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: iterating over relation's attributes
Next
From: Andrew Dunstan
Date:
Subject: Re: array type name mangling