Update/correct comments in controldata code

This commit is contained in:
Ian Barwick
2018-11-14 09:52:52 +09:00
parent 3b10750a7f
commit 7d99b96717
2 changed files with 11 additions and 8 deletions

View File

@@ -134,13 +134,11 @@ typedef struct ControlFileData93
/*
* Following fields added since 9.3:
* Following field added since 9.3:
*
* int max_worker_processes;
* int max_prepared_xacts;
* int max_locks_per_xact;
*
*/
typedef struct ControlFileData94
{
uint64 system_identifier;