13#ifndef PGPA_IDENTIFIER_H
14#define PGPA_IDENTIFIER_H
static bool strings_equal_or_both_null(const char *a, const char *b)
void pgpa_compute_identifier_by_rti(PlannerInfo *root, Index rti, pgpa_identifier *rid)
Index pgpa_compute_rti_from_identifier(int rtable_length, pgpa_identifier *rt_identifiers, pgpa_identifier *rid)
pgpa_identifier * pgpa_create_identifiers_for_planned_stmt(PlannedStmt *pstmt)
int pgpa_compute_identifiers_by_relids(PlannerInfo *root, Bitmapset *relids, pgpa_identifier *rids)
const char * pgpa_identifier_string(const pgpa_identifier *rid)