aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/hash/meson.build')
-rw-r--r--src/backend/access/hash/meson.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/backend/access/hash/meson.build b/src/backend/access/hash/meson.build
new file mode 100644
index 00000000000..22f2c691c34
--- /dev/null
+++ b/src/backend/access/hash/meson.build
@@ -0,0 +1,12 @@
+backend_sources += files(
+ 'hash.c',
+ 'hash_xlog.c',
+ 'hashfunc.c',
+ 'hashinsert.c',
+ 'hashovfl.c',
+ 'hashpage.c',
+ 'hashsearch.c',
+ 'hashsort.c',
+ 'hashutil.c',
+ 'hashvalidate.c',
+)