postgresql/src/include/replication
Peter Eisentraut 7727049e8f Simplify IsIndexUsableForReplicaIdentityFull()
Take Relation as argument instead of IndexInfo.  Building the
IndexInfo is an unnecessary intermediate step here.

A future patch wants to get some information that is in the relcache
but not in IndexInfo, so this will also help there.

Discussion: https://www.postgresql.org/message-id/333d3886-b737-45c3-93f4-594c96bb405d@eisentraut.org
2024-12-04 08:33:28 +01:00
..
conflict.h Collect statistics about conflicts in logical replication. 2024-09-04 08:55:21 +05:30
decode.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
logical.h Ensure that the sync slots reach a consistent state after promotion without losing data. 2024-04-03 14:04:59 +05:30
logicallauncher.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
logicalproto.h Replicate generated columns when 'publish_generated_columns' is set. 2024-11-07 08:58:49 +05:30
logicalrelation.h Simplify IsIndexUsableForReplicaIdentityFull() 2024-12-04 08:33:28 +01:00
logicalworker.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
message.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
origin.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
output_plugin.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
pgoutput.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
reorderbuffer.h Fix wording in comment 2024-11-28 15:17:49 +01:00
slot.h Doc: Clarify the inactive_since field description. 2024-11-25 11:12:32 +05:30
slotsync.h Remove unused function prototype 2024-04-19 09:58:04 +02:00
snapbuild.h Add contrib/pg_logicalinspect. 2024-10-14 17:22:02 -07:00
snapbuild_internal.h Add contrib/pg_logicalinspect. 2024-10-14 17:22:02 -07:00
syncrep.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
walreceiver.h Use ProcNumbers instead of direct Latch pointers to address other procs 2024-11-01 13:47:20 +02:00
walsender.h Use aux process resource owner in walsender 2024-10-08 11:37:45 -04:00
walsender_private.h Remove unused latch 2024-10-05 15:09:27 +03:00
worker_internal.h Allow altering of two_phase option of a SUBSCRIPTION. 2024-07-24 10:13:36 +05:30