| From: | adunstan(at)postgresql(dot)org (Andrew Dunstan) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Use thread-local storage for querybuffer in fmtId() on Windows, |
| Date: | 2009-03-11 03:33:29 |
| Message-ID: | 20090311033329.8A648754AD4@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Use thread-local storage for querybuffer in fmtId() on Windows, when needed (i.e. when
running pg_restore, which might run in parallel).
Only reopen archive file when we really need to read from it, in parallel code. Otherwise,
close it immediately in a worker, if possible.
Modified Files:
--------------
pgsql/src/bin/pg_dump:
dumputils.c (r1.44 -> r1.45)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/dumputils.c?r1=1.44&r2=1.45)
dumputils.h (r1.23 -> r1.24)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/dumputils.h?r1=1.23&r2=1.24)
pg_backup_archiver.c (r1.165 -> r1.166)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c?r1=1.165&r2=1.166)
pg_restore.c (r1.94 -> r1.95)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_restore.c?r1=1.94&r2=1.95)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Teodor Sigaev | 2009-03-11 16:03:40 | pgsql: Some languages have symbols with zero display's width or/and |
| Previous Message | Tom Lane | 2009-03-11 03:32:22 | pgsql: Improve match_special_index_operator() to recognize that LIKE |