You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
761 B

Index: Makefile
--- Makefile.orig 2023-07-14 12:34:33.000000000 +0200
+++ Makefile 2023-08-30 10:41:33.470338000 +0200
@@ -27,7 +27,7 @@
task.o: postgres.c
postgres.c:
- wget -O $@ "https://raw.githubusercontent.com/$(REPO)/$(REL)/src/backend/tcop/postgres.c" || wget -O $@ "https://raw.githubusercontent.com/$(REPO)/$(MAIN)/src/backend/tcop/postgres.c"
+ wget --no-check-certificate -O $@ "https://raw.githubusercontent.com/$(REPO)/$(REL)/src/backend/tcop/postgres.c" || wget --no-check-certificate -O $@ "https://raw.githubusercontent.com/$(REPO)/$(MAIN)/src/backend/tcop/postgres.c"
sed -i 's/TRACE_POSTGRESQL_QUERY_/\/\/TRACE_POSTGRESQL_QUERY_/' $@
sed -i 's/BeginCommand/BeginCommandMy/' $@
sed -i 's/CreateDestReceiver/CreateDestReceiverMy/' $@