Sha256: 5b5c3185953a8e7e07b5a813c7d12d3cbd3e8cb9d42e18bd551c6cfbbfe69a7e
Contents?: true
Size: 781 Bytes
Versions: 12
Compression:
Stored size: 781 Bytes
Contents
/*------------------------------------------------------------------------- * * nodes.c * support code for nodes (now that we have removed the home-brew * inheritance system, our support code for nodes is much simpler) * * Portions Copyright (c) 2003-2013, PgPool Global Development Group * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION * src/backend/nodes/nodes.c * * HISTORY * Andrew Yu Oct 20, 1994 file creation * *------------------------------------------------------------------------- */ /*#include "postgres.h"*/ #include "../pool_type.h" #include "nodes.h" /* * Support for newNode() macro */ Node *newNodeMacroHolder;
Version data entries
12 entries across 12 versions & 1 rubygems