diff options
Diffstat (limited to 'www/pgdriver/files/patch-ab')
-rw-r--r-- | www/pgdriver/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/pgdriver/files/patch-ab b/www/pgdriver/files/patch-ab deleted file mode 100644 index 50499b177c6e..000000000000 --- a/www/pgdriver/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); |