File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# contrib/oid2name/Makefile
2
2
3
3
PGFILEDESC = "oid2name - examine the file structure"
4
- PGAPPICON = win32
4
+ PGAPPICON = win32
5
5
6
6
PROGRAM = oid2name
7
7
OBJS = oid2name.o
Original file line number Diff line number Diff line change 1
1
# contrib/pg_archivecleanup/Makefile
2
2
3
3
PGFILEDESC = "pg_archivecleanup - cleans archive when used with streaming replication"
4
- PGAPPICON = win32
4
+ PGAPPICON = win32
5
5
6
6
PROGRAM = pg_archivecleanup
7
7
OBJS = pg_archivecleanup.o
Original file line number Diff line number Diff line change 1
1
# contrib/pg_standby/Makefile
2
2
3
3
PGFILEDESC = "pg_standby - supports creation of a warm standby"
4
- PGAPPICON = win32
4
+ PGAPPICON = win32
5
5
6
6
PROGRAM = pg_standby
7
7
OBJS = pg_standby.o
Original file line number Diff line number Diff line change 1
1
# contrib/pgbench/Makefile
2
2
3
3
PGFILEDESC = "pgbench - a simple program for running benchmark tests"
4
- PGAPPICON = win32
4
+ PGAPPICON = win32
5
5
6
6
PROGRAM = pgbench
7
7
OBJS = pgbench.o
Original file line number Diff line number Diff line change 1
1
# contrib/vacuumlo/Makefile
2
2
3
3
PGFILEDESC = "vacuumlo - removes orphaned large objects"
4
- PGAPPICON = win32
4
+ PGAPPICON = win32
5
5
6
6
PROGRAM = vacuumlo
7
7
OBJS = vacuumlo.o
You can’t perform that action at this time.
0 commit comments