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
000a2133
Commit
000a2133
authored
Sep 15, 2015
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix whitespace
parent
3d9e8db9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/bin/pg_dump/dumputils.h
src/bin/pg_dump/dumputils.h
+1
-1
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.c
+1
-1
No files found.
src/bin/pg_dump/dumputils.h
View file @
000a2133
...
...
@@ -39,7 +39,7 @@ typedef struct SimpleStringListCell
{
struct
SimpleStringListCell
*
next
;
bool
touched
;
/* true, when this string was searched
and touched */
and touched */
char
val
[
FLEXIBLE_ARRAY_MEMBER
];
/* null-terminated string here */
}
SimpleStringListCell
;
...
...
src/bin/pg_dump/pg_dump.c
View file @
000a2133
...
...
@@ -1194,7 +1194,7 @@ expand_schema_name_patterns(Archive *fout,
/*
* Find the OIDs of all tables matching the given list of patterns,
* and append them to the given OID list.
* and append them to the given OID list.
*/
static
void
expand_table_name_patterns
(
Archive
*
fout
,
...
...
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