Fix crashes when cluster indexes have storage options (fillfactor, etc).
This commit is contained in:
		| @ -105,6 +105,8 @@ extern bool			interrupted; | ||||
| extern void help(bool details); | ||||
| extern int pgut_getopt(int argc, char **argv, pgut_option options[]); | ||||
| extern void pgut_readopt(const char *path, pgut_option options[], int elevel); | ||||
| extern void pgut_setopt(pgut_option *opt, const char *optarg, pgut_optsrc src); | ||||
| extern bool pgut_keyeq(const char *lhs, const char *rhs); | ||||
| extern void pgut_atexit_push(pgut_atexit_callback callback, void *userdata); | ||||
| extern void pgut_atexit_pop(pgut_atexit_callback callback, void *userdata); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user