Thread: pgsql/src/backend/commands vacuum.c

pgsql/src/backend/commands vacuum.c

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/04/15 19:39:43

Modified files:
    src/backend/commands: vacuum.c

Log message:
    Disable VACUUM from being called from a function because function memory
    would be cleared by vacuum;  fix idea from Tom Lane.