Merge pull request #8 from sraoss/header
Fix a header guard macro. Reported by Issue #6.
This commit is contained in:
commit
f4579fa3fc
1 changed files with 1 additions and 1 deletions
2
pg_ivm.h
2
pg_ivm.h
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
#ifndef _PG_IVM_H_
|
||||
#define PG_IVM_H_
|
||||
#define _PG_IVM_H_
|
||||
|
||||
#include "catalog/objectaddress.h"
|
||||
#include "fmgr.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue