PostgreSQL Source Code
git master
|
#include <pg_upgrade.h>
Data Fields | |
FILE * | file |
char | path [MAXPGPATH] |
Definition at line 513 of file pg_upgrade.h.
FILE* UpgradeTaskReport::file |
Definition at line 515 of file pg_upgrade.h.
Referenced by check_for_incompatible_polymorphics(), check_for_isn_and_int8_passing_mismatch(), check_for_tables_with_oids(), check_for_user_defined_encoding_conversions(), check_for_user_defined_postfix_ops(), check_old_cluster_subscription_state(), process_extension_updates(), process_incompat_polymorphics(), process_isn_and_int8_passing_mismatch(), process_old_sub_state_check(), process_user_defined_encoding_conversions(), process_user_defined_postfix_ops(), process_with_oids_check(), and report_extension_updates().
char UpgradeTaskReport::path[MAXPGPATH] |
Definition at line 516 of file pg_upgrade.h.
Referenced by check_for_incompatible_polymorphics(), check_for_isn_and_int8_passing_mismatch(), check_for_tables_with_oids(), check_for_user_defined_encoding_conversions(), check_for_user_defined_postfix_ops(), check_old_cluster_subscription_state(), process_extension_updates(), process_incompat_polymorphics(), process_isn_and_int8_passing_mismatch(), process_old_sub_state_check(), process_user_defined_encoding_conversions(), process_user_defined_postfix_ops(), process_with_oids_check(), and report_extension_updates().