From 219005244076c55e1d25d988cb0d0731eebb0c6e Mon Sep 17 00:00:00 2001 From: Srikanth Nagandla Date: Sat, 29 Aug 2026 19:29:18 -0700 Subject: [PATCH] Add missing pglite/static/excluded.pglite.exports src/backend/Makefile's pglite-exported-functions target cats this file, but it has never been committed to the repo. A clean checkout followed by build-pglite.sh fails immediately: cat: pglite/static/excluded.pglite.exports: No such file or directory Add it as an empty file, matching what its name implies (an exclusion list with nothing excluded by default) and what the sibling included.pglite.exports file establishes as the expected shape. Co-Authored-By: Claude Fable 5 --- pglite/static/excluded.pglite.exports | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 pglite/static/excluded.pglite.exports diff --git a/pglite/static/excluded.pglite.exports b/pglite/static/excluded.pglite.exports new file mode 100644 index 0000000000000..e69de29bb2d1d