mirror of
https://github.com/postgres/postgres.git
synced 2025-04-20 00:42:27 +03:00
Use consistent spacing for PGAPPICON Makefile option.
This commit is contained in:
parent
9dd7933937
commit
d7a714828f
@ -1,7 +1,7 @@
|
|||||||
# contrib/oid2name/Makefile
|
# contrib/oid2name/Makefile
|
||||||
|
|
||||||
PGFILEDESC = "oid2name - examine the file structure"
|
PGFILEDESC = "oid2name - examine the file structure"
|
||||||
PGAPPICON=win32
|
PGAPPICON = win32
|
||||||
|
|
||||||
PROGRAM = oid2name
|
PROGRAM = oid2name
|
||||||
OBJS = oid2name.o
|
OBJS = oid2name.o
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# contrib/pg_archivecleanup/Makefile
|
# contrib/pg_archivecleanup/Makefile
|
||||||
|
|
||||||
PGFILEDESC = "pg_archivecleanup - cleans archive when used with streaming replication"
|
PGFILEDESC = "pg_archivecleanup - cleans archive when used with streaming replication"
|
||||||
PGAPPICON=win32
|
PGAPPICON = win32
|
||||||
|
|
||||||
PROGRAM = pg_archivecleanup
|
PROGRAM = pg_archivecleanup
|
||||||
OBJS = pg_archivecleanup.o
|
OBJS = pg_archivecleanup.o
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# contrib/pg_standby/Makefile
|
# contrib/pg_standby/Makefile
|
||||||
|
|
||||||
PGFILEDESC = "pg_standby - supports creation of a warm standby"
|
PGFILEDESC = "pg_standby - supports creation of a warm standby"
|
||||||
PGAPPICON=win32
|
PGAPPICON = win32
|
||||||
|
|
||||||
PROGRAM = pg_standby
|
PROGRAM = pg_standby
|
||||||
OBJS = pg_standby.o
|
OBJS = pg_standby.o
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# contrib/pgbench/Makefile
|
# contrib/pgbench/Makefile
|
||||||
|
|
||||||
PGFILEDESC = "pgbench - a simple program for running benchmark tests"
|
PGFILEDESC = "pgbench - a simple program for running benchmark tests"
|
||||||
PGAPPICON=win32
|
PGAPPICON = win32
|
||||||
|
|
||||||
PROGRAM = pgbench
|
PROGRAM = pgbench
|
||||||
OBJS = pgbench.o
|
OBJS = pgbench.o
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# contrib/vacuumlo/Makefile
|
# contrib/vacuumlo/Makefile
|
||||||
|
|
||||||
PGFILEDESC = "vacuumlo - removes orphaned large objects"
|
PGFILEDESC = "vacuumlo - removes orphaned large objects"
|
||||||
PGAPPICON=win32
|
PGAPPICON = win32
|
||||||
|
|
||||||
PROGRAM = vacuumlo
|
PROGRAM = vacuumlo
|
||||||
OBJS = vacuumlo.o
|
OBJS = vacuumlo.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user