diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-05-25 15:45:34 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-05-25 15:45:34 +0000 |
| commit | f6923ff3ac8320a82f4bb070b09e9b1fed3d91c9 (patch) | |
| tree | 99937ac8a95d3ded1c263536c19de0e6bf05ec17 /src/include/storage/proc.h | |
| parent | dffb673692f96a6cc52411762b8ba07201687313 (diff) | |
| download | postgresql-f6923ff3ac8320a82f4bb070b09e9b1fed3d91c9.tar.gz | |
Oops, only wanted python change in the last commit. Backing out.
Diffstat (limited to 'src/include/storage/proc.h')
| -rw-r--r-- | src/include/storage/proc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index ae1fb9f1c0..8118cf0e5c 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: proc.h,v 1.42 2001/05/25 15:34:50 momjian Exp $ + * $Id: proc.h,v 1.43 2001/05/25 15:45:34 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -50,9 +50,6 @@ struct proc * were starting our xact: vacuum must not * remove tuples deleted by xid >= xmin ! */ - Oid startOid; /* oid at startup, used by vacuum to find - * orphaned files. - */ /* * XLOG location of first XLOG record written by this backend's * current transaction. If backend is not in a transaction or hasn't |
