Vitalii Kozlovskyi
Vitalii Kozlovskyi
Quite an annoying bug. Usually, you expect examples to be working and spend more time checking code elsewhere.
@karelbilek >hey. I realized this is a bit nonsensical; when the CPU usage is high, and chrome does not start in 20 seconds, in my experience, it still doesn't start...
@casimcdaniels he means, that it's possible with wrappers, which redefine some methods ```go func (s *Oauth2Server) AddCustomerGrantType(grantType oauth2.GrantType, validator GrantTypeRequestValidator, handleConfigurer HandleConfigurer) { for _, t := range s.Config.AllowedGrantTypes {...
Using `PrimaryKeepaliveMessage`.
According to [protocol](https://www.postgresql.org/docs/current/protocol-logicalrep-message-formats.html) there is only one message about table (relation) which describes columns. ``` Relation Byte1('R') Identifies the message as a relation message. ... ``` Relation message is sent...
Reason is that DDL is only supported in [proprietary `pglogical3`](https://www.enterprisedb.com/docs/pgd/3.7/pglogical/release-notes/) while OSS `pglogical2` which is used in Postrges streams only DML.
**works as intended.** @seyedmo30, You need to configure `REPLICA IDENTITY` for a table, to instruct PostgreSQL sending this data. By default in `OldTuple` you will receive only primary key(s) and...
> > > > why using `CommitMessage.CommitLSN` as `lastWriteWALPos` rather than `xld.WALStart + pglogrepl.LSN(len(xld.WALData))`? what is the different between these tow value? well, it's actually wrong. I had the same...
I don't like that part too. On the other hand, not many people _(who use ORMs / QBs)_ would configure gosec, using it as part of golangci-lint.
Faced similar issue. Dashboard has hardcoded IP addresses. Initial page was almost opening, then JS was trying to call cluster IPs. simple kill (restart) of provider pod helped.