diff options
Diffstat (limited to 'dist/log_data.py')
-rw-r--r-- | dist/log_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/log_data.py b/dist/log_data.py index f46e9e80dda..8fd1a5787fe 100644 --- a/dist/log_data.py +++ b/dist/log_data.py @@ -1,7 +1,7 @@ # Data for log.py, describes the format of log records # There are a small number of main log record types. -# +# # Some log record types, such as transaction commit, also include a list of # "log operations" within the same log record. Both log record types and log # operations are described here. |