mirror of
https://github.com/postgres/postgres.git
synced 2025-09-05 02:22:28 +03:00
Rename pg_plan and pg_eval to be more meaningful.
This commit is contained in:
@@ -640,7 +640,7 @@ _SPI_execute(char *src, int tcount, _SPI_plan * plan)
|
||||
argtypes = plan->argtypes;
|
||||
}
|
||||
ptlist = planTree_list = (List *)
|
||||
pg_plan(src, argtypes, nargs, &queryTree_list, None);
|
||||
pg_parse_and_plan(src, argtypes, nargs, &queryTree_list, None);
|
||||
|
||||
_SPI_current->qtlist = queryTree_list;
|
||||
|
||||
|
Reference in New Issue
Block a user