File tree 1 file changed +1
-4
lines changed
src/backend/access/transam
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.380 2010/03/10 02:04:48 itagaki Exp $
10
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.381 2010/03/15 18:49:17 sriggs Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -6483,9 +6483,6 @@ GetInsertRecPtr(void)
6483
6483
6484
6484
/*
6485
6485
* GetWriteRecPtr -- Returns the current write position.
6486
- *
6487
- * NOTE: The value returned lags behind the real write position. But,
6488
- * an approximation is enough for the current usage of this function.
6489
6486
*/
6490
6487
XLogRecPtr
6491
6488
GetWriteRecPtr (void )
You can’t perform that action at this time.
0 commit comments