/* Insight Distribution Systems - System V - Apr 1998 */ static char accntnum_c[] = "@(#)accntnum.c 1.1 /sccs/sql/extend/s.accntnum.c 4/28/98 09:06:54"; #include /* for sprintf() */ #include #include "postgres.h" #include "utils/palloc.h" bool xidint4_eq(int32 arg1, int32 arg2) { return (arg1 == arg2); }