[COMMITTERS] pgsql: Fix a performance problem in databases with large numbers of

2007-01-11 Thread Tom Lane
Log Message: --- Fix a performance problem in databases with large numbers of tables (or other types of pg_class entry): the function pgstat_vacuum_tabstat, invoked during VACUUM startup, had runtime proportional to the number of stats table entries times the number of pg_class rows; in oth

[COMMITTERS] pgsql: Fix a performance problem in databases with large numbers of

2007-01-11 Thread Tom Lane
Log Message: --- Fix a performance problem in databases with large numbers of tables (or other types of pg_class entry): the function pgstat_vacuum_tabstat, invoked during VACUUM startup, had runtime proportional to the number of stats table entries times the number of pg_class rows; in oth

[COMMITTERS] pgsql: Fix a performance problem in databases with large numbers of

2007-01-11 Thread Tom Lane
Log Message: --- Fix a performance problem in databases with large numbers of tables (or other types of pg_class entry): the function pgstat_vacuum_tabstat, invoked during VACUUM startup, had runtime proportional to the number of stats table entries times the number of pg_class rows; in oth