sraoss / pg_ivm

IVM (Incremental View Maintenance) implementation as a PostgreSQL extension
Other
943 stars 27 forks source link

Split files to make it easier to follow the core code #5

Closed yugo-n closed 2 years ago

yugo-n commented 2 years ago

Split files for ease of following the changes of the core code

createas.c and matview.c contain corresponding functions that are defined in the same name files in the core version. pg_ivm.c contains user interface functions and callback functions.

In passing, Makefile is also fixed and we don't need to use USE_PGXS now.