|
PostgreSQL Source Code git master
|

Go to the source code of this file.
| bool jsonb_9_4_check_applicable | ( | ClusterInfo * | cluster | ) |
Definition at line 21 of file version.c.
References cluster(), GET_MAJOR_VERSION, and JSONB_FORMAT_CHANGE_CAT_VER.
| void old_9_6_invalidate_hash_indexes | ( | ClusterInfo * | cluster, |
| bool | check_mode | ||
| ) |
Definition at line 55 of file version.c.
References appendPsqlMetaConnect(), check_ok(), cluster(), conn, connectToServer(), executeQueryOrDie(), fb(), fopen_priv, fprintf, initPQExpBuffer(), pg_fatal, pg_log(), PG_WARNING, PQclear, PQfinish(), PQfnumber(), PQgetvalue, PQntuples, prep_status(), quote_identifier(), report_status(), and termPQExpBuffer().
Referenced by check_and_dump_old_cluster(), and issue_warnings_and_set_wal_level().
Definition at line 166 of file version.c.
References appendPsqlMetaConnect(), arg, DbInfo::db_name, fb(), UpgradeTaskReport::file, fopen_priv, fprintf, initPQExpBuffer(), UpgradeTaskReport::path, pg_fatal, PQfnumber(), PQgetvalue, PQntuples, quote_identifier(), and termPQExpBuffer().
Referenced by report_extension_updates().
| bool protocol_negotiation_supported | ( | const ClusterInfo * | cluster | ) |
Definition at line 36 of file version.c.
References cluster(), and GET_MAJOR_VERSION.
Referenced by generate_old_dump(), get_db_conn(), and start_conn().
| void report_extension_updates | ( | ClusterInfo * | cluster | ) |
Definition at line 195 of file version.c.
References check_ok(), cluster(), fb(), UpgradeTaskReport::file, UpgradeTaskReport::path, pg_log(), PG_REPORT, prep_status(), process_extension_updates(), report_status(), upgrade_task_add_step(), upgrade_task_create(), upgrade_task_free(), and upgrade_task_run().
Referenced by issue_warnings_and_set_wal_level().