public inbox for [email protected]
help / color / mirror / Atom feedpgsql: Fix a few more redundant calls of GetLatestSnapshot()
6+ messages / 1 participants
[nested] [flat]
* pgsql: Fix a few more redundant calls of GetLatestSnapshot()
@ 2025-03-10 17:44 Heikki Linnakangas <[email protected]>
0 siblings, 0 replies; 6+ messages in thread
From: Heikki Linnakangas @ 2025-03-10 17:44 UTC (permalink / raw)
To: [email protected]
Fix a few more redundant calls of GetLatestSnapshot()
Commit 2367503177 fixed this in RelationFindReplTupleByIndex(), but I
missed two other similar cases.
Per report from Ranier Vilela.
Discussion: https://www.postgresql.org/message-id/[email protected]...
Backpatch-through: 13
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/f7c566a1a276c5f228891c7599df1c0b8878eb35
Modified Files
--------------
src/backend/executor/execReplication.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: Fix a few more redundant calls of GetLatestSnapshot()
@ 2025-03-10 17:44 Heikki Linnakangas <[email protected]>
0 siblings, 0 replies; 6+ messages in thread
From: Heikki Linnakangas @ 2025-03-10 17:44 UTC (permalink / raw)
To: [email protected]
Fix a few more redundant calls of GetLatestSnapshot()
Commit 2367503177 fixed this in RelationFindReplTupleByIndex(), but I
missed two other similar cases.
Per report from Ranier Vilela.
Discussion: https://www.postgresql.org/message-id/[email protected]...
Backpatch-through: 13
Branch
------
REL_17_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/f1ef111a0940fedace997fe740fb221b068cf6ee
Modified Files
--------------
src/backend/executor/execReplication.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: Fix a few more redundant calls of GetLatestSnapshot()
@ 2025-03-10 17:44 Heikki Linnakangas <[email protected]>
0 siblings, 0 replies; 6+ messages in thread
From: Heikki Linnakangas @ 2025-03-10 17:44 UTC (permalink / raw)
To: [email protected]
Fix a few more redundant calls of GetLatestSnapshot()
Commit 2367503177 fixed this in RelationFindReplTupleByIndex(), but I
missed two other similar cases.
Per report from Ranier Vilela.
Discussion: https://www.postgresql.org/message-id/[email protected]...
Backpatch-through: 13
Branch
------
REL_16_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/324e0b656b4bc90bf64559cd9610542613211f20
Modified Files
--------------
src/backend/executor/execReplication.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: Fix a few more redundant calls of GetLatestSnapshot()
@ 2025-03-10 17:44 Heikki Linnakangas <[email protected]>
0 siblings, 0 replies; 6+ messages in thread
From: Heikki Linnakangas @ 2025-03-10 17:44 UTC (permalink / raw)
To: [email protected]
Fix a few more redundant calls of GetLatestSnapshot()
Commit 2367503177 fixed this in RelationFindReplTupleByIndex(), but I
missed two other similar cases.
Per report from Ranier Vilela.
Discussion: https://www.postgresql.org/message-id/[email protected]...
Backpatch-through: 13
Branch
------
REL_14_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/136e68b465c151fa832d8bb20beea1a1a9c22252
Modified Files
--------------
src/backend/executor/execReplication.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: Fix a few more redundant calls of GetLatestSnapshot()
@ 2025-03-10 17:44 Heikki Linnakangas <[email protected]>
0 siblings, 0 replies; 6+ messages in thread
From: Heikki Linnakangas @ 2025-03-10 17:44 UTC (permalink / raw)
To: [email protected]
Fix a few more redundant calls of GetLatestSnapshot()
Commit 2367503177 fixed this in RelationFindReplTupleByIndex(), but I
missed two other similar cases.
Per report from Ranier Vilela.
Discussion: https://www.postgresql.org/message-id/[email protected]...
Backpatch-through: 13
Branch
------
REL_13_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/6c1e79589ae837aac6135b3ff0d007fff2157be0
Modified Files
--------------
src/backend/executor/execReplication.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: Fix a few more redundant calls of GetLatestSnapshot()
@ 2025-03-10 17:44 Heikki Linnakangas <[email protected]>
0 siblings, 0 replies; 6+ messages in thread
From: Heikki Linnakangas @ 2025-03-10 17:44 UTC (permalink / raw)
To: [email protected]
Fix a few more redundant calls of GetLatestSnapshot()
Commit 2367503177 fixed this in RelationFindReplTupleByIndex(), but I
missed two other similar cases.
Per report from Ranier Vilela.
Discussion: https://www.postgresql.org/message-id/[email protected]...
Backpatch-through: 13
Branch
------
REL_15_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/d765226cb9d2e1f4a1efcf45f8e729aafc0e0ddf
Modified Files
--------------
src/backend/executor/execReplication.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2025-03-10 17:44 UTC | newest]
Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-03-10 17:44 pgsql: Fix a few more redundant calls of GetLatestSnapshot() Heikki Linnakangas <[email protected]>
2025-03-10 17:44 pgsql: Fix a few more redundant calls of GetLatestSnapshot() Heikki Linnakangas <[email protected]>
2025-03-10 17:44 pgsql: Fix a few more redundant calls of GetLatestSnapshot() Heikki Linnakangas <[email protected]>
2025-03-10 17:44 pgsql: Fix a few more redundant calls of GetLatestSnapshot() Heikki Linnakangas <[email protected]>
2025-03-10 17:44 pgsql: Fix a few more redundant calls of GetLatestSnapshot() Heikki Linnakangas <[email protected]>
2025-03-10 17:44 pgsql: Fix a few more redundant calls of GetLatestSnapshot() Heikki Linnakangas <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox