Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
efac7916
Commit
efac7916
authored
28 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Change shell-style comments to C-style.
parent
47279960
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/config.h
+8
-6
8 additions, 6 deletions
src/include/config.h
with
8 additions
and
6 deletions
src/include/config.h
+
8
−
6
View file @
efac7916
...
@@ -32,12 +32,14 @@
...
@@ -32,12 +32,14 @@
# define NO_VFORK
# define NO_VFORK
#endif
#endif
# The following is used as the arg list for signal handlers. Any ports
/*
# that take something other than an int argument should change this in
The following is used as the arg list for signal handlers. Any ports
# the port specific makefile. Note that variable names are required
that take something other than an int argument should change this in
# because it is used in both the prototypes as well as the definitions.
the port specific makefile. Note that variable names are required
# Note also the long name. We expect that this won't collide with
because it is used in both the prototypes as well as the definitions.
# other names causing compiler warnings.
Note also the long name. We expect that this won't collide with
other names causing compiler warnings.
*/
#ifndef SIGNAL_ARGS
#ifndef SIGNAL_ARGS
#define SIGNAL_ARGS int postgres_signal_arg
#define SIGNAL_ARGS int postgres_signal_arg
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment