Frank van Vugt <ftm.van.vugt (AT) foxi (DOT) nl> writes:
Quote:
(NB what would be the best way to get to such a patch without bothering you? I
looked at the webcsv, but I wasn't sure whether you changed anything outside
of execMain.c and execUtils.c and I'm not sure how to find out ) |
Looking at the pgsql-committers message is the easiest way to verify
which files were touched:
http://archives.postgresql.org/pgsql...1/msg00307.php
It also provides links that will give you the per-file diffs directly.
In this case, since the patch touches the widely known EState struct,
I'd recommend a full backend recompile after patching.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend