1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Small code cleanups,formatting.

This commit is contained in:
Bruce Momjian
2001-05-18 21:24:20 +00:00
parent 27b0e8c0b0
commit dc0ff5c67a
8 changed files with 33 additions and 35 deletions

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinval.c,v 1.30 2001/05/07 17:20:19 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinval.c,v 1.31 2001/05/18 21:24:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -235,7 +235,7 @@ TransactionIdIsInProgress(TransactionId xid)
/*
* GetXmaxRecent -- returns oldest transaction that was running
* when all current transaction was started.
* when all current transaction were started.
* It's used by vacuum to decide what deleted
* tuples must be preserved in a table.
*/