leptonix / decoding-json

logical decoding output plugin for postgresql
18 stars 10 forks source link

Exclude non-selective relation using REPLICA IDENTITY NOTHING #4

Open onbayev opened 9 years ago

leptonix commented 9 years ago

Thanks for the pull request.

Only I'm not sure it is really needed. If I understand correctly, row changes of tables with REPLICA INDENTITY NOTHING are not written to the WAL, so they will not be processed by the decoder.

http://michael.otacoo.com/postgresql-2/postgres-9-4-feature-highlight-replica-identity-logical-replication/

jmealo commented 8 years ago

@onbayev did you encounter this during use? If not, maybe we should close this pull request.