Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd7a7148

Browse files
committed
Use consistent spacing for PGAPPICON Makefile option.
1 parent9dd7933 commitd7a7148

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎contrib/oid2name/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# contrib/oid2name/Makefile
22

33
PGFILEDESC = "oid2name - examine the file structure"
4-
PGAPPICON=win32
4+
PGAPPICON =win32
55

66
PROGRAM = oid2name
77
OBJS= oid2name.o

‎contrib/pg_archivecleanup/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# contrib/pg_archivecleanup/Makefile
22

33
PGFILEDESC = "pg_archivecleanup - cleans archive when used with streaming replication"
4-
PGAPPICON=win32
4+
PGAPPICON =win32
55

66
PROGRAM = pg_archivecleanup
77
OBJS= pg_archivecleanup.o

‎contrib/pg_standby/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# contrib/pg_standby/Makefile
22

33
PGFILEDESC = "pg_standby - supports creation of a warm standby"
4-
PGAPPICON=win32
4+
PGAPPICON =win32
55

66
PROGRAM = pg_standby
77
OBJS= pg_standby.o

‎contrib/pgbench/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# contrib/pgbench/Makefile
22

33
PGFILEDESC = "pgbench - a simple program for running benchmark tests"
4-
PGAPPICON=win32
4+
PGAPPICON =win32
55

66
PROGRAM = pgbench
77
OBJS= pgbench.o

‎contrib/vacuumlo/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# contrib/vacuumlo/Makefile
22

33
PGFILEDESC = "vacuumlo - removes orphaned large objects"
4-
PGAPPICON=win32
4+
PGAPPICON =win32
55

66
PROGRAM = vacuumlo
77
OBJS= vacuumlo.o

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp