mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Use proper types so it compiles on DEC C89. Thanks Erik Bertelson.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: dest.h,v 1.4 1996/11/10 03:06:08 momjian Exp $
|
||||
* $Id: dest.h,v 1.5 1997/01/08 08:39:10 bryanh Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -61,7 +61,6 @@ typedef struct AttrInfo {
|
||||
} AttrInfo;
|
||||
*/
|
||||
|
||||
extern void donothing(List *tuple, List *attrdesc);
|
||||
extern void (*DestToFunction(CommandDest dest))();
|
||||
extern void EndCommand(char *commandTag, CommandDest dest);
|
||||
extern void SendCopyBegin(void);
|
||||
|
Reference in New Issue
Block a user