Sha256: 4558b191b9f3bc4ee90e00310543b618b2933924653071a92f75ab6600db96ad
Contents?: true
Size: 1.04 KB
Versions: 12
Compression:
Stored size: 1.04 KB
Contents
/* -*-pgsql-c-*- */ /* * * $Header$ * * pgpool: a language independent connection pool server for PostgreSQL * written by Tatsuo Ishii * * Copyright (c) 2003-2010 PgPool Global Development Group * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose and without fee is hereby * granted, provided that the above copyright notice appear in all * copies and that both that copyright notice and this permission * notice appear in supporting documentation, and that the name of the * author not be used in advertising or publicity pertaining to * distribution of the software without specific, written prior * permission. The author makes no representations about the * suitability of this software for any purpose. It is provided "as * is" without express or implied warranty. * * pool_config_md5.c: Stub file to import pool_config.c. * This file is intended to be linked against pg_md5. Thus * it needs not to use shared memory staffs. * */ #define POOL_PRIVATE #include "pool_config.c"
Version data entries
12 entries across 12 versions & 1 rubygems