/* * $Header: RCS/dynamic_syms.c,v 1.7 91/02/02 15:22:08 sp Exp $ * * dynamic_syms.c -- * Linkable POSTGRES symbols code. * * Description: * This file contains an array of function and data symbols with symbol * names for use during dynamic linking of external object code. * * In addition, identification strings for header files are located at * the end of this file. * * Note: * Most of the POSTGRES definitions should disappear to be replaced * by "FILENAME_SYMBOLS" lines as header files are converted to use the * ExternDecl and SymbolDecl macros. No effort has been made to make this * file lintable; at present, don't even try. -hirohama */