Skip to content

Commit af3da74

Browse files
committed
Fix contrib makefile
1 parent 7024c66 commit af3da74

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

contrib/Makefile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SUBDIRS = \
3636
pg_query_state \
3737
pg_standby \
3838
pg_stat_statements \
39-
pg_transfer \
39+
pg_transfer \
4040
pg_trgm \
4141
pgcrypto \
4242
pgrowlocks \
@@ -65,12 +65,11 @@ SUBDIRS = \
6565
pg_probackup \
6666
pg_pathman \
6767
shared_ispell \
68-
vacuumlo \
6968
pg_hint_plan \
70-
fulleq \
71-
fasttrun \
72-
online_analyze \
73-
plantuner
69+
fulleq \
70+
fasttrun \
71+
online_analyze \
72+
plantuner
7473

7574
ifeq ($(with_openssl),yes)
7675
SUBDIRS += sslinfo

0 commit comments

Comments
 (0)