Unverified Commit 99a4baa6 authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Review static memory size of Postgres identifier names. (#486)

Now that we grab the Postgres identifier names already quoted, we need to
expand our internal structures memory to handle more bytes: the quotes
around the names, and also any double-quote char within the name is going to
be doubled by the quoting rules.
parent 17a317d2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment