pg_ivm/pg_ivm.h
2022-04-01 01:08:28 +09:00

11 lines
149 B
C

#ifndef _PG_IVM_H_
#define PG_IVM_H_
#define Natts_pg_ivm_immv 2
#define Anum_pg_ivm_immv_immvrelid 1
#define Anum_pg_ivm_immv_viewdef 2
#endif