Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d7a71482
Commit
d7a71482
authored
Jan 24, 2011
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use consistent spacing for PGAPPICON Makefile option.
parent
9dd79339
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
contrib/oid2name/Makefile
contrib/oid2name/Makefile
+1
-1
contrib/pg_archivecleanup/Makefile
contrib/pg_archivecleanup/Makefile
+1
-1
contrib/pg_standby/Makefile
contrib/pg_standby/Makefile
+1
-1
contrib/pgbench/Makefile
contrib/pgbench/Makefile
+1
-1
contrib/vacuumlo/Makefile
contrib/vacuumlo/Makefile
+1
-1
No files found.
contrib/oid2name/Makefile
View file @
d7a71482
# contrib/oid2name/Makefile
PGFILEDESC
=
"oid2name - examine the file structure"
PGAPPICON
=
win32
PGAPPICON
=
win32
PROGRAM
=
oid2name
OBJS
=
oid2name.o
...
...
contrib/pg_archivecleanup/Makefile
View file @
d7a71482
# contrib/pg_archivecleanup/Makefile
PGFILEDESC
=
"pg_archivecleanup - cleans archive when used with streaming replication"
PGAPPICON
=
win32
PGAPPICON
=
win32
PROGRAM
=
pg_archivecleanup
OBJS
=
pg_archivecleanup.o
...
...
contrib/pg_standby/Makefile
View file @
d7a71482
# contrib/pg_standby/Makefile
PGFILEDESC
=
"pg_standby - supports creation of a warm standby"
PGAPPICON
=
win32
PGAPPICON
=
win32
PROGRAM
=
pg_standby
OBJS
=
pg_standby.o
...
...
contrib/pgbench/Makefile
View file @
d7a71482
# contrib/pgbench/Makefile
PGFILEDESC
=
"pgbench - a simple program for running benchmark tests"
PGAPPICON
=
win32
PGAPPICON
=
win32
PROGRAM
=
pgbench
OBJS
=
pgbench.o
...
...
contrib/vacuumlo/Makefile
View file @
d7a71482
# contrib/vacuumlo/Makefile
PGFILEDESC
=
"vacuumlo - removes orphaned large objects"
PGAPPICON
=
win32
PGAPPICON
=
win32
PROGRAM
=
vacuumlo
OBJS
=
vacuumlo.o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment