postgresql/src/backend/access/common
Thomas Munro cb04ad4985 Move syncscan.c to src/backend/access/common.
Since the tableam.c code needs to make use of the syncscan.c routines
itself, and since other block-oriented AMs might also want to use it one
day, it didn't make sense for it to live under src/backend/access/heap.

Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/CA%2BhUKGLCnG%3DNEAByg6bk%2BCT9JZD97Y%3DAxKhh27Su9FeGWOKvDg%40mail.gmail.com
2020-07-29 16:59:33 +12:00
..
Makefile Move syncscan.c to src/backend/access/common. 2020-07-29 16:59:33 +12:00
attmap.c Force tuple conversion when the source has missing attributes. 2020-02-05 20:21:20 +00:00
bufmask.c code: replace 'master' with 'primary' where appropriate. 2020-07-08 12:57:23 -07:00
detoast.c Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
heaptuple.c Introduce macros for typalign and typstorage constants. 2020-03-04 10:34:25 -05:00
indextuple.c Introduce macros for typalign and typstorage constants. 2020-03-04 10:34:25 -05:00
printsimple.c Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string 2020-06-13 12:32:00 +12:00
printtup.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
relation.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
reloptions.c Implement operator class parameters 2020-03-30 19:17:23 +03:00
scankey.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
session.c Rename assorted LWLock tranches. 2020-05-15 18:11:07 -04:00
syncscan.c Move syncscan.c to src/backend/access/common. 2020-07-29 16:59:33 +12:00
toast_internals.c During heap rebuild, lock any TOAST index until end of transaction. 2020-03-21 09:38:26 -07:00
tupconvert.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
tupdesc.c Fix some comments referring to past features 2020-06-15 21:18:14 +09:00