Fix schema_prepare_pgcopydb_table_size to use dynamic memory. (#402)
Instead of using a static buffer of BUFSIZE for building the SQL string, use the PQExpBuffer API instead here too.
parent
2433af8b
Please register or sign in to comment
Instead of using a static buffer of BUFSIZE for building the SQL string, use the PQExpBuffer API instead here too.