diff options
| author | Bruce Momjian | 2001-09-10 04:19:19 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-09-10 04:19:19 +0000 |
| commit | 39d1169939bc844ab7f60e5eb556c1a2c83947fb (patch) | |
| tree | d056bebd2861924ce8062595f79dd25c34cc4d24 /src/interfaces/perl5/Pg.xs | |
| parent | bb35e499ea4977f59a7d62ccdb7ec58d6a2119c8 (diff) | |
Remove INV_ARCHIVE mention in perl.
Diffstat (limited to 'src/interfaces/perl5/Pg.xs')
| -rw-r--r-- | src/interfaces/perl5/Pg.xs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/interfaces/perl5/Pg.xs b/src/interfaces/perl5/Pg.xs index fdcec87c79d..76c63cbebea 100644 --- a/src/interfaces/perl5/Pg.xs +++ b/src/interfaces/perl5/Pg.xs @@ -1,6 +1,6 @@ /*------------------------------------------------------- * - * $Id: Pg.xs,v 1.16 2000/12/03 20:45:40 tgl Exp $ with patch for NULs + * $Id: Pg.xs,v 1.17 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")) |
