blob: 50499b177c6e26b025a241100844c770f41cc3ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- postgres.c-- Fri Jun 30 01:42:10 2000
+++ postgres.c Thu Mar 1 14:41:54 2001
@@ -1139,7 +1139,7 @@
char* filename)
{
int fd, i, j, segment, readlen;
- char in_buf[6000], out_buf[8000], query[100];
+ char in_buf[6001], out_buf[8001], query[8100];
char *segment_pos;
fd = open (filename, O_RDONLY);
|