Skip to content
Snippets Groups Projects
Commit 18caa90b authored by Michael Paquier's avatar Michael Paquier
Browse files

wal_utils: Add more comments to parsing function

parent 55270f8b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -118,6 +118,13 @@ parseTimeLineHistory(char *buffer)
}
 
 
/*
* parse_wal_history
*
* Parse input buffer of a history file and build a set of rows to
* give a SQL representation of TimeLineHistoryEntry entries part
* of a timeline history file.
*/
Datum
parse_wal_history(PG_FUNCTION_ARGS)
{
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment