- 26 Oct, 1996 2 commits
-
-
Bryan Henderson authored
-
Marc G. Fournier authored
-
- 25 Oct, 1996 4 commits
-
-
Marc G. Fournier authored
Still submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
- 24 Oct, 1996 5 commits
-
-
Marc G. Fournier authored
Submitted by: wieck@sapserv.debis.de (Jan Wieck)
-
Marc G. Fournier authored
relations and transaction is aborted Submitted by: wieck@sapserv.debis.de (Jan Wieck)
-
Marc G. Fournier authored
It's bug in nodeAgg.c on lines 241, 242: null_array = malloc(nagg); for (i=0;i<nagg;i++) null_array[i] = 'n'; oneTuple = heap_formtuple(tupType, tupValue, null_array); - your query has not only aggregates but also 'group by-ed' fields and so null_array should contain tupType->natts elements (tupType->natts > nagg in your case). Patch follows and it's very simple. VAdim
-
Marc G. Fournier authored
My guess is that the thing had bugs, and the pfree was commented out. The thing is probabally free'ed anyway at the end, so it was not a bad thing. If it does cause a bug, it will generate an error when hit, so I say unless someone else knows, let's remove it and run the regression test. -Bruce
-
Marc G. Fournier authored
-
- 23 Oct, 1996 3 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
| | 1. Set default variables | 2. Include Makefile.custom to override defaults | 3. Set CFLAGS, etc. with variables | |This fixes the problem of Makefile.custom changes not taking effect. Submitted by: D'Arcy Cain
-
Bryan Henderson authored
-
- 21 Oct, 1996 12 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Suggested by: Randy Terbush <randy@zyzzyva.com>
-
Marc G. Fournier authored
That finishes access/*
-
Bryan Henderson authored
there because it's in config.h, which is cleaner).
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
- cleaned out unused variables - added missing prototype headers One outstanding -Werror failure: /home/staff/scrappy/postgres/2.0/cvs/postgres95/src/backend/access/gist/giststra t.c:117: warning: missing braces around initializer for `GISTEvaluationData.expr ession'
-
Marc G. Fournier authored
-
- 20 Oct, 1996 12 commits
-
-
Marc G. Fournier authored
indextuple.c:159: warning: `bp' might be used uninitialized in this function this directory passes -Wall -Werror under FreeBSD
-
Marc G. Fournier authored
of it
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Once access/* is cleaned out, will redo using -Wall on compile to make sure that all prototyping is correct
-
Marc G. Fournier authored
Mainly...fix up the includes I removed, as well as prototypes Pointed out by D'Arcy
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
- 19 Oct, 1996 2 commits
-
-
Marc G. Fournier authored
FreeBSD/NetBSD both ship with gcc 2.7.x
-
Marc G. Fournier authored
that allows one to compile libpq++ this should be set on a port-by-port basis
-