#include int main(void) { PGconn *conn = NULL; /* Bork */ return PQescapeIdentifier(conn, "test", 4) != NULL; }