Merge pull request #8 from sraoss/header

Fix a header guard macro. Reported by Issue #6.
This commit is contained in:
Yugo Nagata 2022-05-03 03:24:39 +09:00 committed by GitHub
commit f4579fa3fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
*/
#ifndef _PG_IVM_H_
#define PG_IVM_H_
#define _PG_IVM_H_
#include "catalog/objectaddress.h"
#include "fmgr.h"