From 9eb98a5a66bf1211d411f01716c258cfa9b6e5f9 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Sun, 7 Jun 2020 12:55:04 +0200 Subject: [PATCH] Bump to PG 12.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20754253..0122bcf7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ARLIB = lib$(TARGET).a PGDIR = $(root_dir)/tmp/postgres PGDIRBZ2 = $(root_dir)/tmp/postgres.tar.bz2 -PG_VERSION = 12.1 +PG_VERSION = 12.3 SRC_FILES := $(wildcard src/*.c) OBJ_FILES := $(SRC_FILES:.c=.o)