pgsql: Remove fallback declaration for tas(). - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Remove fallback declaration for tas().
Date
Msg-id E1xA82o-00000001EOH-187K@gemulon.postgresql.org
Whole thread
List pgsql-committers
Remove fallback declaration for tas().

The last definition of tas() in s_lock.c was removed in commit
718aa43a4e, and the last tas.s file was removed in commit
25f36066dd, so this is dead code.

Reviewed-by: Tristan Partin <tristan@partin.io>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Kirill Reshke <reshkekirill@gmail.com>
Discussion: https://postgr.es/m/afkUeI7UhacZ5ZFm%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2079be3311b1d0a717d70404a9b9492ec06cc3e2

Modified Files
--------------
src/backend/Makefile         | 2 +-
src/backend/port/.gitignore  | 1 -
src/backend/port/meson.build | 2 +-
src/backend/port/tas/dummy.s | 0
src/include/storage/s_lock.h | 7 -------
5 files changed, 2 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Fix REPACK (CONCURRENTLY) for columns added without a table rewr
Next
From: Nathan Bossart
Date:
Subject: pgsql: Remove HAS_TEST_AND_SET.