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
39d11699
Commit
39d11699
authored
Sep 10, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove INV_ARCHIVE mention in perl.
parent
bb35e499
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
src/interfaces/perl5/Pg.pm
src/interfaces/perl5/Pg.pm
+1
-3
src/interfaces/perl5/Pg.xs
src/interfaces/perl5/Pg.xs
+1
-3
No files found.
src/interfaces/perl5/Pg.pm
View file @
39d11699
#-------------------------------------------------------
#
# $Id: Pg.pm,v 1.
9 2001/05/11 01:46:33
momjian Exp $
# $Id: Pg.pm,v 1.
10 2001/09/10 04:19:19
momjian Exp $
#
# Copyright (c) 1997, 1998 Edmund Mergl
#
...
...
@@ -93,7 +93,6 @@ require 5.002;
PGRES_NONFATAL_ERROR
PGRES_FATAL_ERROR
PGRES_INV_SMGRMASK
PGRES_INV_ARCHIVE
PGRES_INV_WRITE
PGRES_INV_READ
PGRES_InvalidOid
...
...
@@ -621,7 +620,6 @@ Creates a new large object. $mode is a bit-mask describing
different attributes of the new object. Use the following constants:
- PGRES_INV_SMGRMASK
- PGRES_INV_ARCHIVE
- PGRES_INV_WRITE
- PGRES_INV_READ
...
...
src/interfaces/perl5/Pg.xs
View file @
39d11699
/*-------------------------------------------------------
*
* $Id: Pg.xs,v 1.1
6 2000/12/03 20:45:40 tgl
Exp $ with patch for NULs
* $Id: Pg.xs,v 1.1
7 2001/09/10 04:19:19 momjian
Exp $ with patch for NULs
*
* Copyright (c) 1997, 1998 Edmund Mergl
*
...
...
@@ -71,8 +71,6 @@ int arg; {
return 1;
if (strEQ(name, "PGRES_INV_SMGRMASK"))
return 0x0000ffff;
if (strEQ(name, "PGRES_INV_ARCHIVE"))
return 0x00010000;
if (strEQ(name, "PGRES_INV_WRITE"))
return 0x00020000;
if (strEQ(name, "PGRES_INV_READ"))
...
...
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