#include"postgres.h"#include"utils/elog.h"/* * This kludge is necessary because of the conflicting * definitions of 'DEBUG' between postgres and perl. * we'll live. */#include"eloglvl.h"intelog_DEBUG(void){returnLOG;}intelog_ERROR(void){returnERROR;}intelog_NOTICE(void){returnNOTICE;}