Greg Sabino Mullane

Results 51 comments of Greg Sabino Mullane

I'm guessing that the solution `pgbackrest backup --stanza=db --repo=1 ; pgbackrest backup --stanza=db --repo=2` is only for cases in which one of the repos is "local" and one is "S3"...

Sorry, been to busy to look this over, will try this weekend.

What column/tables were giving you problems? The quoting is generally safer, but we can perhaps have it not quote if you are already passing in a literal quoted version.

Thanks, I think this is easily fixed, I'll open a bugzilla bug

Sorry for the delay: github didn't let me know about this, and I haven't looked at this repo in a while. Yes, I'm not happy with 16-bit either: 32 would...

Yes, I think it should map to table, not relation. Cannot imagine it being tied to a sequence or a view, for example. Certainly most of the time it will...

I was able to duplicate this problem: the slowdown occurs in the repeated INSERTs to the herdmap table. Specifically, the herdcheck trigger was slowing things down too much. Made a...

Not sure this is a bug - last_insert() should be passed the literal table name, not a doubled-up double quote version. I put a new test for that in t/03smethod.t...