Re: pgsql: Add basic spinlock tests to regression tests.

2020-06-18 Thread Andres Freund
Hi, On 2020-06-18 17:44:47 -0400, Tom Lane wrote: > Andres Freund writes: > > Add basic spinlock tests to regression tests. > > Looks like you did not make this C89-clean in the back branches. Working on it, sorry for that. Greetings, Andres Freund

Re: pgsql: Add basic spinlock tests to regression tests.

2020-06-18 Thread Tom Lane
Andres Freund writes: > Add basic spinlock tests to regression tests. Looks like you did not make this C89-clean in the back branches. regards, tom lane

pgsql: Add basic spinlock tests to regression tests.

2020-06-18 Thread Andres Freund
Add basic spinlock tests to regression tests. As s_lock_test, the already existing test for spinlocks, isn't run in an automated fashion (and doesn't test a normal backend environment), adding tests that are run as part of a normal regression run is a good idea. Particularly in light of several re

pgsql: Add basic spinlock tests to regression tests.

2020-06-18 Thread Andres Freund
Add basic spinlock tests to regression tests. As s_lock_test, the already existing test for spinlocks, isn't run in an automated fashion (and doesn't test a normal backend environment), adding tests that are run as part of a normal regression run is a good idea. Particularly in light of several re

pgsql: Add basic spinlock tests to regression tests.

2020-06-18 Thread Andres Freund
Add basic spinlock tests to regression tests. As s_lock_test, the already existing test for spinlocks, isn't run in an automated fashion (and doesn't test a normal backend environment), adding tests that are run as part of a normal regression run is a good idea. Particularly in light of several re

pgsql: Add basic spinlock tests to regression tests.

2020-06-18 Thread Andres Freund
Add basic spinlock tests to regression tests. As s_lock_test, the already existing test for spinlocks, isn't run in an automated fashion (and doesn't test a normal backend environment), adding tests that are run as part of a normal regression run is a good idea. Particularly in light of several re

pgsql: Add basic spinlock tests to regression tests.

2020-06-18 Thread Andres Freund
Add basic spinlock tests to regression tests. As s_lock_test, the already existing test for spinlocks, isn't run in an automated fashion (and doesn't test a normal backend environment), adding tests that are run as part of a normal regression run is a good idea. Particularly in light of several re

pgsql: Add basic spinlock tests to regression tests.

2020-06-18 Thread Andres Freund
Add basic spinlock tests to regression tests. As s_lock_test, the already existing test for spinlocks, isn't run in an automated fashion (and doesn't test a normal backend environment), adding tests that are run as part of a normal regression run is a good idea. Particularly in light of several re

pgsql: Add basic spinlock tests to regression tests.

2020-06-18 Thread Andres Freund
Add basic spinlock tests to regression tests. As s_lock_test, the already existing test for spinlocks, isn't run in an automated fashion (and doesn't test a normal backend environment), adding tests that are run as part of a normal regression run is a good idea. Particularly in light of several re