Home
last modified time | relevance | path

Searched refs:pstmts (Results 1 – 25 of 59) sorted by relevance

123

/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/
H A Dsrc_backend_tcop_postgres.c199 static bool IsTransactionExitStmtList(List *pstmts);
200 static bool IsTransactionStmtList(List *pstmts);
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/
H A Dsrc_backend_tcop_postgres.c199 static bool IsTransactionExitStmtList(List *pstmts);
200 static bool IsTransactionStmtList(List *pstmts);
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/tcop/
H A Dpostgres.c192 static bool IsTransactionExitStmtList(List *pstmts);
193 static bool IsTransactionStmtList(List *pstmts);
2565 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2567 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2569 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2580 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2582 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2584 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/tcop/
H A Dpostgres.c181 static bool IsTransactionExitStmtList(List *pstmts);
182 static bool IsTransactionStmtList(List *pstmts);
2524 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2526 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2528 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2539 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2541 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2543 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/tcop/
H A Dpostgres.c181 static bool IsTransactionExitStmtList(List *pstmts);
182 static bool IsTransactionStmtList(List *pstmts);
2524 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2526 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2528 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2539 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2541 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2543 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/tcop/
H A Dpostgres.c181 static bool IsTransactionExitStmtList(List *pstmts);
182 static bool IsTransactionStmtList(List *pstmts);
2524 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2526 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2528 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2539 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2541 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2543 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/tcop/
H A Dpostgres.c181 static bool IsTransactionExitStmtList(List *pstmts);
182 static bool IsTransactionStmtList(List *pstmts);
2524 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2526 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2528 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2539 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2541 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2543 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/tcop/
H A Dpostgres.c181 static bool IsTransactionExitStmtList(List *pstmts);
182 static bool IsTransactionStmtList(List *pstmts);
2524 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2526 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2528 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2539 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2541 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2543 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/tcop/
H A Dpostgres.c192 static bool IsTransactionExitStmtList(List *pstmts);
193 static bool IsTransactionStmtList(List *pstmts);
2565 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2567 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2569 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2580 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2582 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2584 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/tcop/
H A Dpostgres.c192 static bool IsTransactionExitStmtList(List *pstmts);
193 static bool IsTransactionStmtList(List *pstmts);
2565 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2567 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2569 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2580 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2582 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2584 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/tcop/
H A Dpostgres.c192 static bool IsTransactionExitStmtList(List *pstmts);
193 static bool IsTransactionStmtList(List *pstmts);
2565 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2567 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2569 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2580 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2582 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2584 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/tcop/
H A Dpostgres.c192 static bool IsTransactionExitStmtList(List *pstmts);
193 static bool IsTransactionStmtList(List *pstmts);
2565 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2567 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2569 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2580 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2582 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2584 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/tcop/
H A Dpostgres.c192 static bool IsTransactionExitStmtList(List *pstmts);
193 static bool IsTransactionStmtList(List *pstmts);
2565 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2567 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2569 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2580 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2582 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2584 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/tcop/
H A Dpostgres.c181 static bool IsTransactionExitStmtList(List *pstmts);
182 static bool IsTransactionStmtList(List *pstmts);
2524 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2526 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2528 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2539 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2541 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2543 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/tcop/
H A Dpostgres.c192 static bool IsTransactionExitStmtList(List *pstmts);
193 static bool IsTransactionStmtList(List *pstmts);
2565 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2567 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2569 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2580 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2582 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2584 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/tcop/
H A Dpostgres.c181 static bool IsTransactionExitStmtList(List *pstmts);
182 static bool IsTransactionStmtList(List *pstmts);
2524 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2526 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2528 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2539 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2541 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2543 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/tcop/
H A Dpostgres.c203 static bool IsTransactionExitStmtList(List *pstmts);
204 static bool IsTransactionStmtList(List *pstmts);
2763 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2765 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2767 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2778 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2780 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2782 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/tcop/
H A Dpostgres.c203 static bool IsTransactionExitStmtList(List *pstmts);
204 static bool IsTransactionStmtList(List *pstmts);
2763 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2765 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2767 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2778 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2780 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2782 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/tcop/
H A Dpostgres.c203 static bool IsTransactionExitStmtList(List *pstmts);
204 static bool IsTransactionStmtList(List *pstmts);
2763 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2765 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2767 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2778 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2780 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2782 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/tcop/
H A Dpostgres.c203 static bool IsTransactionExitStmtList(List *pstmts);
204 static bool IsTransactionStmtList(List *pstmts);
2763 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2765 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2767 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2778 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2780 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2782 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/tcop/
H A Dpostgres.c203 static bool IsTransactionExitStmtList(List *pstmts);
204 static bool IsTransactionStmtList(List *pstmts);
2763 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2765 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2767 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2778 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2780 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2782 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/tcop/
H A Dpostgres.c203 static bool IsTransactionExitStmtList(List *pstmts);
204 static bool IsTransactionStmtList(List *pstmts);
2763 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2765 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2767 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2778 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2780 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2782 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/tcop/
H A Dpostgres.c203 static bool IsTransactionExitStmtList(List *pstmts);
204 static bool IsTransactionStmtList(List *pstmts);
2763 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2765 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2767 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2778 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2780 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2782 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/tcop/
H A Dpostgres.c188 static bool IsTransactionExitStmtList(List *pstmts);
189 static bool IsTransactionStmtList(List *pstmts);
2704 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2706 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2708 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2719 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2721 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2723 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/tcop/
H A Dpostgres.c188 static bool IsTransactionExitStmtList(List *pstmts);
189 static bool IsTransactionStmtList(List *pstmts);
2704 IsTransactionExitStmtList(List *pstmts) in IsTransactionExitStmtList() argument
2706 if (list_length(pstmts) == 1) in IsTransactionExitStmtList()
2708 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionExitStmtList()
2719 IsTransactionStmtList(List *pstmts) in IsTransactionStmtList() argument
2721 if (list_length(pstmts) == 1) in IsTransactionStmtList()
2723 PlannedStmt *pstmt = linitial_node(PlannedStmt, pstmts); in IsTransactionStmtList()

123