Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit39d1169

Browse files
committed
Remove INV_ARCHIVE mention in perl.
1 parentbb35e49 commit39d1169

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
return1;
7272
if (strEQ(name,"PGRES_INV_SMGRMASK"))
7373
return0x0000ffff;
74-
if (strEQ(name,"PGRES_INV_ARCHIVE"))
75-
return0x00010000;
7674
if (strEQ(name,"PGRES_INV_WRITE"))
7775
return0x00020000;
7876
if (strEQ(name,"PGRES_INV_READ"))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp