Fix for pg_restore_attribute_stats().
Jeff Davis <jdavis@postgresql.org>
Fix for pg_restore_attribute_stats(). Use RelationGetIndexExpressions() rather than rd_indexprs directly. Author: Corey Huinker <corey.huinker@gmail.com>
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/statistics/attribute_stats.c | modified | +28 −14 |