pg_reorg broke catalog definition if the target table had any dropped columns. Now pg_reorg removes dropped columns and renumbers valid columns. You can use pg_reorg to shrink column definitions if you have many dropped columns. (without pg_reorg, dropped columns are filled with zero forever)
Description
No description provided
Languages
C
84.7%
TSQL
5.1%
PLpgSQL
3.3%
Makefile
2.6%
RPM Spec
2.2%
Other
2.1%