Sha256: 6291de8c2b0c76383fce9e6cf23ab1ef796a79f9a5508fec44d5097bb540e147

Contents?: true

Size: 1.11 KB

Versions: 12

Compression:

Stored size: 1.11 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_lobj.h.: pool_lobj.c related header file
 *
 */

#ifndef POOL_LOBJ_H
#define POOL_LOBJ_H
#include "pool.h"

extern char *pool_rewrite_lo_creat(char kind, char *packet, int packet_len, POOL_CONNECTION *frontend, POOL_CONNECTION_POOL *backend, int* len);

#endif /* POOL_LOBJ_H */

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
prestogres-0.4.8 pgpool2/pool_lobj.h
prestogres-0.4.7 pgpool2/pool_lobj.h
prestogres-0.4.6 pgpool2/pool_lobj.h
prestogres-0.4.5 pgpool2/pool_lobj.h
prestogres-0.4.4 pgpool2/pool_lobj.h
prestogres-0.4.3 pgpool2/pool_lobj.h
prestogres-0.4.2 pgpool2/pool_lobj.h
prestogres-0.4.1 pgpool2/pool_lobj.h
prestogres-0.4.0 pgpool2/pool_lobj.h
prestogres-0.3.0 pgpool2/pool_lobj.h
prestogres-0.2.0 pgpool2/pool_lobj.h
prestogres-0.1.0 pgpool2/pool_lobj.h