From ba62fe32c391a33eac533b0cc4d4c163e4844c56 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 8 Jul 2000 03:04:41 +0000 Subject: Remove long-dead support for invoking queries from dynamically loaded backend functions via backend PQexec(). The SPI interface has long been our only documented way to do this, and the backend pqexec/portal code is unused and suffering bit-rot. I'm putting it out of its misery. --- src/include/utils/builtins.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/include/utils/builtins.h') diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h index eedc9766302..e2c66f513d5 100644 --- a/src/include/utils/builtins.h +++ b/src/include/utils/builtins.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: builtins.h,v 1.121 2000/07/07 19:24:43 petere Exp $ + * $Id: builtins.h,v 1.122 2000/07/08 03:04:36 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -184,14 +184,6 @@ extern Datum rt_poly_size(PG_FUNCTION_ARGS); extern POLYGON *rt_poly_union(POLYGON *a, POLYGON *b); extern POLYGON *rt_poly_inter(POLYGON *a, POLYGON *b); -/* projection utilities */ -/* extern char *GetAttributeByName(); - extern char *GetAttributeByNum(); , - in executor/executor.h*/ - - -extern int32 pqtest(struct varlena * vlena); - /* arrayfuncs.c */ /* filename.c */ -- cgit v1.2.3