uld just
be HAVE_POSIX_FADVISE not USE_POSIX_FADVISE. The latter was the define I made
if the run check passed.
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Get trained by Bruce Momjian - ask me about EnterpriseDB's PostgreSQL
training!
--
Sent via pgsql-committers mailing li
he estimated cost of the mergejoin.
Is that right? The materialize is just doing the same writing that the final
pass of the sort would have been doing. Did we discount the costs for sort for
that skipping writing that final pass when that was done?
--
Gregory Stark
Enterpris
"User Mha" <[EMAIL PROTECTED]> writes:
> Log Message:
> ---
> Consistently spell "initialize", per complain from Stefan.
"Initialise" is correct in most of the world. "Initialize" is the US spelling.
--
Gregory Stark
Enterpris
rite(2) here instead of
fprintf. if pthread is cocked up then fprintf is going to have trouble locking
the buffer.
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Ask me about EnterpriseDB's On-Demand Production Tuning
--
Sent via pgsql-committers mailing list
ing problem where you have to go out
and check that there are no records referencing that entry.
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Ask me about EnterpriseDB's RemoteDBA services!
--
Sent via pgsql-committers mailing list (pgsql-committers@postgre
fact present in the target list? Is it going to force us to do extra
work to reconstruct the same data?
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Ask me about EnterpriseDB's RemoteDBA services!
--
Sent via pgsql-committers mailing list (pgsql-committers@p
be better to
reuse infrastructure useful in other cases as well. So I guess that's some
kind of consensus... of two.
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Ask me about EnterpriseDB's 24x7 Postgres support!
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
like:
Add deadlock detection when a process holding a buffer pin is blocked by a
lock held by a process attempting to LockBufferForCleanup() on that buffer or
more complex versions thereof. (And without adding unacceptable overhead to
pin/unpin.)
--
Gregory Stark
EnterpriseDB http:/
s are nigh one-liners. The diff is shorter and
clearer than a message describing the description of the todo item.
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Get trained by Bruce Momjian - ask me about EnterpriseDB's PostgreSQL
training!
-
rd to extend copyright terms.
http://links.jstor.org/sici?sici=0030-8129%28196109%2976%3A4%3C380%3AWATCAO%3E2.0.CO%3B2-P&size=LARGE&origin=JSTOR-enlargePage
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Ask me about EnterpriseDB
nt, expr is already intended
to be used as the program for an if condition. You can just do:
if expr "`uname -a`" : Darwin >/dev/null ; then
...
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Ask me about EnterpriseDB's On-Demand Production Tuning
---(end of broadcast)---
TIP 6: explain analyze is your friend
tions to
the stated problem. If we can there's no reason to make only one of them
legal.
Actually there is one reason to prefer Simon's solution (which was the only
approach I've seen before) -- it's standard SQL and should work on any
database with check constraints and unique con
"Tom Lane" <[EMAIL PROTECTED]> writes:
> Gregory Stark <[EMAIL PROTECTED]> writes:
>> FWIW I found another issue with this variable when I was experimenting with
>> small block sizes. If you set the target <= the tuple header the toaster
>> breaks.
with the
maximum number of columns (1600) the null bitmap can't be as large as 2kB (the
most it can get to is 200 bytes).
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Ask me about EnterpriseDB's PostGIS support!
---(end of broadcast
ce to `ERR_pop_to_mark'
collect2: ld returned 1 exit status
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match
too short for compression; and
> annotate various lines that are currently unreachable.
There were some further changes you suggested involving rethinking the way the
compression strategy works. Should I put that on my todo list for early in 8.4?
--
Gregory Stark
EnterpriseDB
pen it should probably be backported.
Otherwise a future bug fix could introduce a call to it and then be
backportted fix without anyone catching that the macro was defined
differently previously.
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Should we add buildfarm animals which compile with -fsigned-chars and
-funsigned-chars in addition to the per-architecture defaults? Does that
guarantee that we'll trigger this warning or does it not help?
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
which 0 means "on" and 1 means "on
sometimes" is surprising.
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
eue? They cause lots
of bitrot and it's a pain when a large hunk of a complex patch fails because
of some one-line cosmetic change.
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
---(end of broadcast)---
TIP 9: In v
tzing from Tom Lane.
Fwiw most of this code -- and by the sounds of it, all the code actually
committed -- came from Simon Riggs.
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
---(end of broadcast)---
TIP 3: Have you che
#x27;s used heavily in the TeX book.
It's probably not a bad idea to avoid it though given that many readers will
indeed be surprised by it.
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
---(end of broadcast)-
use (a) none of this information
> is exposed outside tuplesort.c, and (b) the tuplesortstate object
> is probably gone by the time EXPLAIN ANALYZE runs, anyway.
It would be positively wonderful to see whether the sort spilled to disk in
the explain analyze. Could we make putting more feedba
23 matches
Mail list logo