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
fc47e99a
Commit
fc47e99a
authored
Nov 19, 2018
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pg_archivecleanup: Update file header comment a bit
parent
9ccdd7f6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
src/bin/pg_archivecleanup/pg_archivecleanup.c
src/bin/pg_archivecleanup/pg_archivecleanup.c
+3
-7
No files found.
src/bin/pg_archivecleanup/pg_archivecleanup.c
View file @
fc47e99a
/*
/*
* src/bin/pg_archivecleanup/pg_archivecleanup.c
*
* pg_archivecleanup.c
* pg_archivecleanup.c
*
*
* Production-ready example of an archive_cleanup_command
* To be used as archive_cleanup_command to clean an archive when using
* used to clean an archive when using standby_mode = on in 9.0
* standby mode.
* or for standalone use for any version of PostgreSQL 8.0+.
*
*
* Original author: Simon Riggs simon@2ndquadrant.com
* src/bin/pg_archivecleanup/pg_archivecleanup.c
* Current maintainer: Simon Riggs
*/
*/
#include "postgres_fe.h"
#include "postgres_fe.h"
...
...
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