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
39d11699
Commit
39d11699
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Remove INV_ARCHIVE mention in perl.
parent
bb35e499
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/interfaces/perl5/Pg.pm
+1
-3
1 addition, 3 deletions
src/interfaces/perl5/Pg.pm
src/interfaces/perl5/Pg.xs
+1
-3
1 addition, 3 deletions
src/interfaces/perl5/Pg.xs
with
2 additions
and
6 deletions
src/interfaces/perl5/Pg.pm
+
1
−
3
View file @
39d11699
#-------------------------------------------------------
#
# $Id: Pg.pm,v 1.
9
2001/0
5
/1
1
0
1:46:33
momjian Exp $
# $Id: Pg.pm,v 1.
10
2001/0
9
/1
0
0
4: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
...
...
This diff is collapsed.
Click to expand it.
src/interfaces/perl5/Pg.xs
+
1
−
3
View file @
39d11699
/*-------------------------------------------------------
*
* $Id: Pg.xs,v 1.1
6
200
0/12/03 20:45:40 tgl
Exp $ with patch for NULs
* $Id: Pg.xs,v 1.1
7
200
1/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"))
...
...
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