- Notifications
You must be signed in to change notification settings - Fork8
Comparing changes
Open a pull request
base repository:postgrespro/mmts
Uh oh!
There was an error while loading.Please reload this page.
base:master
head repository:postgrespro/mmts
Uh oh!
There was an error while loading.Please reload this page.
compare:pg-14-dev-notests
Uh oh!
There was an error while loading.Please reload this page.
- 7commits
- 11files changed
- 3contributors
Commits on Apr 26, 2022
Porting multimaster to postgres 14
This commit ports multimaster to Postgres 14:- removed tablespace-setup from mmts/Makefile (according to commit 6c788d9f6aadb41d76a72d56149268371a7895ee);- add readOnlyTree flag to MtmProcessUtility() (according to commit 7c337b6b527b7052e6a751f966d5734c56f668b5);- explicitly specify the hash function HASH_STRING (according to commit b3817f5f774663d55931dd4fab9c5a94a15ae7ab);- refactor the use of EState (according to commit 1375422c7826a2bf387be29895e961614f69de4b);- add 'include_out_arguments' to the function FuncnameGetCandidates() (caccording to commit e56bce5d43789cce95d099554ae9593ada92b3b7);- use MyProc->xmin instead of MyPgXact->xmin in dmq.c (according to commit 73487a60fc1063ba4b5178b69aee4ee210c182c4);- remove EE pooler support;- use SearchNamedReplicationSlot() instead of ReplicationSlotAcquire()
Mikhail Rutman committedApr 26, 2022 - Mikhail Rutman committed
Apr 26, 2022
Commits on Apr 27, 2022
disable multimaster tests, part 2
1) Remove the target installcheck, because it is used during make installcheck-world.2) Remove placeholder for the target check, because it looks like everything is already working..
Mikhail Rutman committedApr 27, 2022 fix multimaster build due to connpool changes
Mikhail Rutman committedApr 27, 2022
Commits on May 27, 2022
[PGPRO-6310] make compatible with atomic proc->xmin
Due to changing PROC->xmin type to pg_atomic_uint64.
Maxim Orlov committedMay 27, 2022
Commits on Aug 9, 2022
Merge remote-tracking branch 'origin/ee14-PGPRO-6310' into pg-14-dev-…
…notests
Marina Polyakova committedAug 9, 2022
Commits on Aug 26, 2022
PGPRO-7102: fix warning in the function handle_response
For a build without assertions we get the following warning:src/resolver.c: In function ‘handle_response’:src/resolver.c:616:37: error: ‘gid’ may be used uninitialized in this function[-Werror=maybe-uninitialized]
Marina Polyakova committedAug 26, 2022
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff master...pg-14-dev-notests
Uh oh!
There was an error while loading.Please reload this page.