CVSROOT: /cvsrootModule name: pgsqlChanges 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.