11 lines
149 B
C
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
|