1
0
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:
Bruce Momjian
1997-12-11 17:36:58 +00:00
parent 645cc13276
commit c60f70b53f
11 changed files with 43 additions and 40 deletions

View File

@@ -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;