trailing - Search results
Mailing lists >> pgsql-bugs >> Thread
2024-11-21 19:44:44 | Re: BUG #18711: Attempting a connection with a database name longer than 63 characters now (Bruce Momjian)
trailing high-bit characters until you get a match, because once you get a match
Mailing lists >> pgsql-bugs >> Thread
2024-11-21 17:47:56 | Re: BUG #18711: Attempting a connection with a database name longer than 63 characters now (Bruce Momjian)
trailing high-bit bytes and stop and the first non-high-bit byte. Also, do we really
Mailing lists >> pgsql-bugs >> Thread
2024-11-20 19:50:57 | Re: BUG #18711: Attempting a connection with a database name longer than 63 characters now (Nathan Bossart)
trailing zero would go for the largest possible all-ASCII identifier (i.e., name[NAMEDATALEN - 1]). Thank