freebsd-ports/databases/pgcluster/files/patch-pool_process_query.c
2004-01-26 09:02:45 +00:00

15 lines
427 B
C

--- src/pgcluster/pglb/pool_process_query.c.orig Sat Jan 24 14:14:51 2004
+++ src/pgcluster/pglb/pool_process_query.c Sat Jan 24 14:15:00 2004
@@ -728,10 +728,11 @@
static POOL_STATUS EmptyQueryResponse(POOL_CONNECTION *frontend,
POOL_CONNECTION *backend)
{
+ char c;
+
/* set function name */
set_function("EmptyQueryResponse");
- char c;
if (pool_read(backend, &c, sizeof(c)) < 0)
return POOL_END;