We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2440c44 commit791ef00Copy full SHA for 791ef00
src/bin/pg_dump/pg_dump.c
@@ -7953,7 +7953,7 @@ getTableAttrs(Archive *fout, TableInfo *tblinfo, int numTables)
7953
tbinfo->attstattarget = (int *) pg_malloc(ntups * sizeof(int));
7954
tbinfo->attstorage = (char *) pg_malloc(ntups * sizeof(char));
7955
tbinfo->typstorage = (char *) pg_malloc(ntups * sizeof(char));
7956
-tbinfo->attidentity = (char *) pg_malloc(ntups * sizeof(bool));
+tbinfo->attidentity = (char *) pg_malloc(ntups * sizeof(char));
7957
tbinfo->attisdropped = (bool *) pg_malloc(ntups * sizeof(bool));
7958
tbinfo->attlen = (int *) pg_malloc(ntups * sizeof(int));
7959
tbinfo->attalign = (char *) pg_malloc(ntups * sizeof(char));