Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 39d1169

Browse files
committed
Remove INV_ARCHIVE mention in perl.
1 parent bb35e49 commit 39d1169

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/interfaces/perl5/Pg.pm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#-------------------------------------------------------
22
#
3-
# $Id: Pg.pm,v 1.9 2001/05/11 01:46:33 momjian Exp $
3+
# $Id: Pg.pm,v 1.10 2001/09/10 04:19:19 momjian Exp $
44
#
55
# Copyright (c) 1997, 1998 Edmund Mergl
66
#
@@ -93,7 +93,6 @@ require 5.002;
9393
PGRES_NONFATAL_ERROR
9494
PGRES_FATAL_ERROR
9595
PGRES_INV_SMGRMASK
96-
PGRES_INV_ARCHIVE
9796
PGRES_INV_WRITE
9897
PGRES_INV_READ
9998
PGRES_InvalidOid
@@ -621,7 +620,6 @@ Creates a new large object. $mode is a bit-mask describing
621620
different attributes of the new object. Use the following constants:
622621
623622
- PGRES_INV_SMGRMASK
624-
- PGRES_INV_ARCHIVE
625623
- PGRES_INV_WRITE
626624
- PGRES_INV_READ
627625

src/interfaces/perl5/Pg.xs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*-------------------------------------------------------
22
*
3-
* $Id: Pg.xs,v 1.16 2000/12/03 20:45:40 tgl Exp $ with patch for NULs
3+
* $Id: Pg.xs,v 1.17 2001/09/10 04:19:19 momjian Exp $ with patch for NULs
44
*
55
* Copyright (c) 1997, 1998 Edmund Mergl
66
*
@@ -71,8 +71,6 @@ int arg; {
7171
return 1;
7272
if (strEQ(name, "PGRES_INV_SMGRMASK"))
7373
return 0x0000ffff;
74-
if (strEQ(name, "PGRES_INV_ARCHIVE"))
75-
return 0x00010000;
7674
if (strEQ(name, "PGRES_INV_WRITE"))
7775
return 0x00020000;
7876
if (strEQ(name, "PGRES_INV_READ"))

0 commit comments

Comments
 (0)