[COMMITTERS] pgsql: Avoid performing encoding conversion on command tag strings

2010-01-30 Thread Tom Lane
Log Message: --- Avoid performing encoding conversion on command tag strings during EndCommand. Since all current and foreseeable future command tags will be pure ASCII, there is no need to do conversion on them. This saves a few cycles and also avoids polluting otherwise-pristine subtran

[COMMITTERS] pgsql: Avoid performing encoding conversion on command tag strings

2010-01-30 Thread Tom Lane
Log Message: --- Avoid performing encoding conversion on command tag strings during EndCommand. Since all current and foreseeable future command tags will be pure ASCII, there is no need to do conversion on them. This saves a few cycles and also avoids polluting otherwise-pristine subtran

[COMMITTERS] pgsql: Avoid performing encoding conversion on command tag strings

2010-01-30 Thread Tom Lane
Log Message: --- Avoid performing encoding conversion on command tag strings during EndCommand. Since all current and foreseeable future command tags will be pure ASCII, there is no need to do conversion on them. This saves a few cycles and also avoids polluting otherwise-pristine subtran

[COMMITTERS] pgsql: Avoid performing encoding conversion on command tag strings

2010-01-30 Thread Tom Lane
Log Message: --- Avoid performing encoding conversion on command tag strings during EndCommand. Since all current and foreseeable future command tags will be pure ASCII, there is no need to do conversion on them. This saves a few cycles and also avoids polluting otherwise-pristine subtran

[COMMITTERS] pgsql: Avoid performing encoding conversion on command tag strings

2010-01-30 Thread Tom Lane
Log Message: --- Avoid performing encoding conversion on command tag strings during EndCommand. Since all current and foreseeable future command tags will be pure ASCII, there is no need to do conversion on them. This saves a few cycles and also avoids polluting otherwise-pristine subtran

[COMMITTERS] pgsql: Avoid performing encoding conversion on command tag strings

2010-01-30 Thread Tom Lane
Log Message: --- Avoid performing encoding conversion on command tag strings during EndCommand. Since all current and foreseeable future command tags will be pure ASCII, there is no need to do conversion on them. This saves a few cycles and also avoids polluting otherwise-pristine subtran

[COMMITTERS] pgsql: Fix memory leakage introduced into print_aligned_text by 8.4

2010-01-30 Thread Tom Lane
Log Message: --- Fix memory leakage introduced into print_aligned_text by 8.4 changes (failure to free col_lineptrs[] array elements) and exacerbated in the current devel cycle (failure to free "wrap"). This resulted in moderate bloat of psql over long script runs. Noted while testing bug

[COMMITTERS] pgsql: Fix memory leakage introduced into print_aligned_text by 8.4

2010-01-30 Thread Tom Lane
Log Message: --- Fix memory leakage introduced into print_aligned_text by 8.4 changes (failure to free col_lineptrs[] array elements) and exacerbated in the current devel cycle (failure to free "wrap"). This resulted in moderate bloat of psql over long script runs. Noted while testing bug

[COMMITTERS] pgexternaltable - src: New Directory

2010-01-30 Thread User Maosen
Update of /cvsroot/pgexternaltable/src/externaltable/test/testcase/testmmap In directory pgfoundry.org:/tmp/cvs-serv46757/testmmap Log Message: Directory /cvsroot/pgexternaltable/src/externaltable/test/testcase/testmmap added to the repository -- Sent via pgsql-committers mailing list (pgsql-c