fix_clean_src_backend_makefile.patch

application/octet-stream

Filename: fix_clean_src_backend_makefile.patch
Type: application/octet-stream
Part: 0
Message: Minor fix in 'clean' action of 'src/backend/Makefile'

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
src/backend/Makefile 3 1
diff --git a/src/backend/Makefile b/src/backend/Makefile
index 323b417..a2d5f8d 100644
--- a/src/backend/Makefile
+++ b/src/backend/Makefile
@@ -291,7 +291,9 @@ clean:
 		$(top_builddir)/src/include/parser/gram.h \
 		$(top_builddir)/src/include/catalog/schemapg.h \
 		$(top_builddir)/src/include/utils/fmgroids.h \
-		$(top_builddir)/src/include/utils/probes.h
+		$(top_builddir)/src/include/utils/probes.h \
+        $(top_builddir)/src/backend/replication/repl_gram.h
+
 ifeq ($(PORTNAME), cygwin)
 	rm -f postgres.dll postgres.def libpostgres.a
 endif