#include "postgres_fe.h"
#include <signal.h>
#include <unistd.h>
#include "common.h"
#include "common/connect.h"
#include "common/logging.h"
#include "common/string.h"
#include "fe_utils/query_utils.h"
#include "fe_utils/string_utils.h"
Go to the source code of this file.
Definition at line 68 of file common.c.
References ALWAYS_SECURE_SEARCH_PATH_SQL, appendPQExpBufferStr(), appendStringLiteralConn(), buf, conn, PQExpBufferData::data, executeCommand(), executeQuery(), fmtQualifiedIdEnc(), initPQExpBuffer(), ngettext, pg_free(), pg_log_error, PQclear, PQclientEncoding(), PQfinish(), PQgetvalue, PQntuples, splitTableColumnsSpec(), table, and termPQExpBuffer().
Referenced by cluster_one_database(), gen_reindex_command(), and get_parallel_tabidx_list().
Definition at line 33 of file common.c.
References encoding, pnstrdup(), PQmblenBounded(), and table.
Referenced by appendQualifiedRelation(), and retrieve_objects().
Definition at line 136 of file common.c.
References _, free, PG_NOLETTER, PG_YESLETTER, printf, question, simple_prompt(), and snprintf.
Referenced by main().