pgsql: Document LSN acronym in WAL Internals

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document LSN acronym in WAL Internals
Date: 2016-09-05 08:49:18
Message-ID: E1bgpag-0005r8-DM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document LSN acronym in WAL Internals

We previously didn't mention what an LSN actually was.

Simon Riggs and Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ec03f4121cec6cf885bf40d9dfb53b8368251e99

Modified Files
--------------
doc/src/sgml/acronyms.sgml | 10 ++++++++++
doc/src/sgml/wal.sgml | 16 ++++++++++++++++
2 files changed, 26 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2016-09-05 09:39:50 pgsql: Add debug check function LWLockHeldByMeInMode()
Previous Message Simon Riggs 2016-09-05 08:46:00 pgsql: Dirty replication slots when using sql interface