From baef78d96b799b6264a54f8cfce4fda2b2da9701 Mon Sep 17 00:00:00 2001 From: PostgreSQL Daemon Date: Thu, 15 Jan 1998 19:46:37 +0000 Subject: Thank god for searchable mail archives. Patch by: wieck@sapserv.debis.de (Jan Wieck) One of the design rules of PostgreSQL is extensibility. And to follow this rule means (at least for me) that there should not only be a builtin PL. Instead I would prefer a defined interface for PL implemetations. --- src/include/commands/vacuum.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/commands') diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index 2f72f767e5b..250e8952dd0 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: vacuum.h,v 1.11 1997/11/26 01:26:08 momjian Exp $ + * $Id: vacuum.h,v 1.12 1998/01/15 19:46:24 pgsql Exp $ * *------------------------------------------------------------------------- */ @@ -78,7 +78,7 @@ typedef struct nonnull_cnt; int32 max_cnt, min_cnt; - func_ptr f_cmpeq, + FmgrInfo f_cmpeq, f_cmplt, f_cmpgt; regproc outfunc; -- cgit v1.2.3