pg_filedump
pg_filedump copied to clipboard
Fixed bug with number of digits for numeric being calculated wrong.
In calculating number of digits to parse for numeric, whole size of struct numeric data was used. It It led to outputing junk data. Added subtraction of numeric header size, which removed reading wrong data. Partially resolves #31