933 if(!ext_prop) { |
933 if(!ext_prop) { |
934 return 1; |
934 return 1; |
935 } |
935 } |
936 ext_prop->column = ext; |
936 ext_prop->column = ext; |
937 ext_prop->property = property; |
937 ext_prop->property = property; |
|
938 ext_prop->next = NULL; |
938 |
939 |
939 CxAllocator *a = pool_allocator(pool); |
940 CxAllocator *a = pool_allocator(pool); |
940 proppatch->ext[ext->tableindex].isused = TRUE; |
941 proppatch->ext[ext->tableindex].isused = TRUE; |
941 |
942 |
942 PgProppatchExtProp **list_begin; |
943 PgProppatchExtProp **list_begin; |