mirror of https://github.com/postgres/postgres
Update for bsdi 3.0.
This commit is contained in:
parent
33c4072dbc
commit
aeb277c405
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.88 1998/10/12 00:53:31 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.89 1998/10/23 01:02:08 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
@ -1875,12 +1875,11 @@ vc_updstats(Oid relid, int num_pages, int num_tuples, bool hasindex, VRelStats *
|
|||
heap_close(sd);
|
||||
}
|
||||
|
||||
/* XXX -- after write, should invalidate relcache in other backends */
|
||||
WriteNoReleaseBuffer(ItemPointerGetBlockNumber(&rtup->t_ctid));
|
||||
|
||||
RelationInvalidateHeapTuple(rd, rtup);
|
||||
|
||||
ReleaseBuffer(buffer);
|
||||
/* XXX -- after write, should invalidate relcache in other backends */
|
||||
WriteBuffer(ItemPointerGetBlockNumber(&rtup->t_ctid));
|
||||
|
||||
heap_close(rd);
|
||||
}
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ i386-next-nextstep3=nextstep
|
|||
i386-pc-bsdi2.0=bsdi_2.0
|
||||
i386-pc-bsdi2.1=bsdi_2.1
|
||||
i386-pc-bsdi3.0=bsdi_2.1
|
||||
i386-pc-bsdi3.1=bsdi_2.1
|
||||
i386-pc-bsdi4.0=bsdi_4.0
|
||||
i386-pc-linux-gnu=linux_i386
|
||||
i386-pc-solaris2.6=solaris_i386_gcc
|
||||
|
|
Loading…
Reference in New Issue