initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
--- a/keydb/keydb_pg.c 2023-09-26 21:52:47.000000000 +0200
+++ b/keydb/keydb_pg.c 2023-10-26 02:12:48.150006544 +0200
@@ -16,8 +16,8 @@
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
-#include <postgresql/libpq-fe.h>
-#include <postgresql/libpq/libpq-fs.h>
+#include <libpq-fe.h>
+#include <libpq/libpq-fs.h>
#include <sys/types.h>
#include <sys/uio.h>