File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
# -------------------------------------------------------
2
2
#
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 $
4
4
#
5
5
# Copyright (c) 1997, 1998 Edmund Mergl
6
6
#
@@ -93,7 +93,6 @@ require 5.002;
93
93
PGRES_NONFATAL_ERROR
94
94
PGRES_FATAL_ERROR
95
95
PGRES_INV_SMGRMASK
96
- PGRES_INV_ARCHIVE
97
96
PGRES_INV_WRITE
98
97
PGRES_INV_READ
99
98
PGRES_InvalidOid
@@ -621,7 +620,6 @@ Creates a new large object. $mode is a bit-mask describing
621
620
different attributes of the new object. Use the following constants:
622
621
623
622
- PGRES_INV_SMGRMASK
624
- - PGRES_INV_ARCHIVE
625
623
- PGRES_INV_WRITE
626
624
- PGRES_INV_READ
627
625
Original file line number Diff line number Diff line change 1
1
/*-------------------------------------------------------
2
2
*
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
4
4
*
5
5
* Copyright (c) 1997, 1998 Edmund Mergl
6
6
*
@@ -71,8 +71,6 @@ int arg; {
71
71
return 1 ;
72
72
if (strEQ (name , "PGRES_INV_SMGRMASK" ))
73
73
return 0x0000ffff ;
74
- if (strEQ (name , "PGRES_INV_ARCHIVE" ))
75
- return 0x00010000 ;
76
74
if (strEQ (name , "PGRES_INV_WRITE" ))
77
75
return 0x00020000 ;
78
76
if (strEQ (name , "PGRES_INV_READ" ))
You can’t perform that action at this time.
0 commit comments