df7cb / pg_filedump

pg_filedump provides facilities for low-level examination of PostgreSQL tables and indexes
43 stars 18 forks source link

Fix incoming parameter 'N' is converted to 'n' #1

Closed donghy-coredumped closed 6 years ago

donghy-coredumped commented 6 years ago

hello: When used, it is found that the input "charN" or "varcharN" will be converted to lowercase and cause an error to be executed. It is found because the "ParseAttributeTypesString" function will have a character tolower.

df7cb commented 6 years ago

Thanks for spotting! Fixed in 448ff45f3c1707a16c1ff9cb55ebc4a2f9684706.