Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA11720; Mon, 8 Feb 93 13:13:55 -0800
Date: Mon, 8 Feb 93 13:13:55 -0800
Message-Id: <9302082113.AA11720@postgres.Berkeley.EDU>
From: witr@rwwa.COM
Subject: Bug in fmgr.c
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Content-Type: text
Content-Length: 985

in 4.0.1, fmgr.c declares wrong arg count for timepl,

*** fmgr.c~	Thu Aug 27 02:33:05 1992
--- fmgr.c	Mon Feb  8 11:02:03 1993
***************
*** 237,244 ****
  	{ F_ABSTIMEOUT,		1, (func_ptr) nabstimeout },
  	{ F_RELTIMEIN,		1, (func_ptr) reltimein },
  	{ F_RELTIMEOUT,		1, (func_ptr) reltimeout },
! 	{ F_TIMEPL,		1, (func_ptr) timepl },
! 	 
  	{ F_TIMEMI,		2, (func_ptr) timemi },
  	{ F_TINTERVALIN,	1, (func_ptr) tintervalin },
  	{ F_TINTERVALOUT,	1, (func_ptr) tintervalout },
--- 237,243 ----
  	{ F_ABSTIMEOUT,		1, (func_ptr) nabstimeout },
  	{ F_RELTIMEIN,		1, (func_ptr) reltimein },
  	{ F_RELTIMEOUT,		1, (func_ptr) reltimeout },
! 	{ F_TIMEPL,		2, (func_ptr) timepl },
  	{ F_TIMEMI,		2, (func_ptr) timemi },
  	{ F_TINTERVALIN,	1, (func_ptr) tintervalin },
  	{ F_TINTERVALOUT,	1, (func_ptr) tintervalout },
---
 Robert Withrow, Tel: +1 617 598 4480, Fax: +1 617 598 4430, Net: witr@rwwa.COM
 R.W. Withrow Associates, 21 Railroad Ave, Swampscott MA 01907-1821 USA
