Обсуждение: pgsql: We no longer need to palloc the VacuumStmt node; keeping it on

Поиск
Список
Период
Сортировка

pgsql: We no longer need to palloc the VacuumStmt node; keeping it on

От
alvherre@postgresql.org (Alvaro Herrera)
Дата:
Log Message:
-----------
We no longer need to palloc the VacuumStmt node; keeping it on the stack is
simpler.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.34 -> r1.35)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.34&r2=1.35)