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

Commit aeb277c

Browse files
committed
Update for bsdi 3.0.
1 parent 33c4072 commit aeb277c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/backend/commands/vacuum.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.88 1998/10/12 00:53:31 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.89 1998/10/23 01:02:08 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1875,12 +1875,11 @@ vc_updstats(Oid relid, int num_pages, int num_tuples, bool hasindex, VRelStats *
18751875
heap_close(sd);
18761876
}
18771877

1878-
/* XXX -- after write, should invalidate relcache in other backends */
1879-
WriteNoReleaseBuffer(ItemPointerGetBlockNumber(&rtup->t_ctid));
1880-
18811878
RelationInvalidateHeapTuple(rd, rtup);
18821879

1883-
ReleaseBuffer(buffer);
1880+
/* XXX -- after write, should invalidate relcache in other backends */
1881+
WriteBuffer(ItemPointerGetBlockNumber(&rtup->t_ctid));
1882+
18841883
heap_close(rd);
18851884
}
18861885

src/template/.similar

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ i386-next-nextstep3=nextstep
66
i386-pc-bsdi2.0=bsdi_2.0
77
i386-pc-bsdi2.1=bsdi_2.1
88
i386-pc-bsdi3.0=bsdi_2.1
9+
i386-pc-bsdi3.1=bsdi_2.1
910
i386-pc-bsdi4.0=bsdi_4.0
1011
i386-pc-linux-gnu=linux_i386
1112
i386-pc-solaris2.6=solaris_i386_gcc

0 commit comments

Comments
 (0)