From 3ea9af1b7e2e5bcbb25a9e32244394e5a7f5f516 Mon Sep 17 00:00:00 2001 From: Ivan Kovmir Date: Tue, 7 Nov 2023 16:37:08 +0100 Subject: [PATCH] Update docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e34f270..59886be 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ includes: server major versions. * Proper license file that you do not have to worry about. * ~10 lines boilerplate C code. +* Preprocessor magic to abort compilation against unsupported server versions. * Regression tests. +* `.gitignore` compilation and regression test artifacts. * `Makefile` for `PGXS`. # USAGE