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
f8fc37b3
Commit
f8fc37b3
authored
Aug 26, 2011
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add markers for skips.
parent
ac5f11e0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
src/backend/port/darwin/system.c
src/backend/port/darwin/system.c
+1
-1
src/backend/port/dynloader/nextstep.h
src/backend/port/dynloader/nextstep.h
+1
-1
src/backend/port/dynloader/win32.h
src/backend/port/dynloader/win32.h
+1
-1
src/backend/regex/regerror.c
src/backend/regex/regerror.c
+1
-1
src/include/snowball/header.h
src/include/snowball/header.h
+1
-1
No files found.
src/backend/port/darwin/system.c
View file @
f8fc37b3
...
...
@@ -2,7 +2,7 @@
* src/backend/port/darwin/system.c
*
* only needed in OS X 10.1 and possibly early 10.2 releases */
#include <AvailabilityMacros.h>
#include <AvailabilityMacros.h>
/* pgrminclude ignore */
#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_2 || !defined(MAC_OS_X_VERSION_10_2)
/*
...
...
src/backend/port/dynloader/nextstep.h
View file @
f8fc37b3
...
...
@@ -9,7 +9,7 @@
#ifndef PORT_PROTOS_H
#define PORT_PROTOS_H
#include "utils/dynamic_loader.h"
#include "utils/dynamic_loader.h"
/* pgrminclude ignore */
void
*
next_dlopen
(
char
*
name
);
int
next_dlclose
(
void
*
handle
);
...
...
src/backend/port/dynloader/win32.h
View file @
f8fc37b3
...
...
@@ -4,7 +4,7 @@
#ifndef PORT_PROTOS_H
#define PORT_PROTOS_H
#include "utils/dynamic_loader.h"
#include "utils/dynamic_loader.h"
/* pgrminclude ignore */
#define pg_dlopen(f) dlopen((f), 1)
#define pg_dlsym dlsym
...
...
src/backend/regex/regerror.c
View file @
f8fc37b3
...
...
@@ -46,7 +46,7 @@ static struct rerr
{
/* the actual table is built from regex.h */
#include "regex/regerrs.h"
#include "regex/regerrs.h"
/* pgrminclude ignore */
{
-
1
,
""
,
"oops"
},
/* explanation special-cased in code */
...
...
src/include/snowball/header.h
View file @
f8fc37b3
...
...
@@ -33,7 +33,7 @@
#endif
/* Now we can include the original Snowball header.h */
#include "snowball/libstemmer/header.h"
#include "snowball/libstemmer/header.h"
/* pgrminclude ignore */
/*
* Redefine standard memory allocation interface to pgsql's one.
...
...
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