Re: backup manifests - Mailing list pgsql-hackers

From Tels
Subject Re: backup manifests
Date
Msg-id f97892ef565db763c97f23566c2cb6e5@bloodgate.com
Whole thread Raw
In response to Re: backup manifests  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: backup manifests  (David Fetter <david@fetter.org>)
List pgsql-hackers
Moin,

sorry for the very late reply. There was a discussion about the specific 
format of the backup manifests, and maybe that was already discussed and 
I just overlooked it:

1) Why invent your own format, and not just use a machine-readable 
format that already exists? It doesn't have to be full blown XML, or 
even JSON, something simple as YAML would already be better. That way 
not everyone has to write their own parser. Or maybe it is already YAML 
and just the different keywords where under discussion?

2) It would be very wise to add a version number to the format. That 
will making an extension later much easier and avoids the "we need  to 
add X, but that breaks compatibility with all software out there" 
situations that often arise a few years down the line.

Best regards,

and a happy New Year 2020

Tels



pgsql-hackers by date:

Previous
From: Juan José Santamaría Flecha
Date:
Subject: Re: color by default
Next
From: Michael Paquier
Date:
Subject: Re: pgbench - use pg logging capabilities