postgresql/src/backend
Andres Freund 7d962eaf50 Remove unused code from tuplesort.
copytup_index() is unused, as tuplesort_putindextuplevalues() doesn't
use COPYTUP(). Replace function body with an elog(ERROR), as already
done e.g. for copytup_datum().

Author: Andres Freund
Discussion: https://postgr.es/m/20191013144153.ooxrfglvnaocsrx2@alap3.anarazel.de
2019-11-13 15:57:01 -08:00
..
access Make pg_waldump report more detail information about PREPARE TRANSACTION record. 2019-11-13 16:59:17 +09:00
bootstrap Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
catalog Include TableFunc references when computing expression dependencies. 2019-11-13 12:11:49 -05:00
commands Fix silly initializations (cosmetic only). 2019-11-13 15:26:54 -05:00
executor Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
foreign Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
jit Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
lib Make StringInfo available to frontend code. 2019-11-05 14:56:40 -08:00
libpq Avoid downcasing/truncation of RADIUS authentication parameters. 2019-11-13 13:41:04 -05:00
main Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
nodes Introduce the 'force' option for the Drop Database command. 2019-11-13 08:25:33 +05:30
optimizer Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
parser Introduce the 'force' option for the Drop Database command. 2019-11-13 08:25:33 +05:30
partitioning Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
po Translation updates 2019-06-17 15:30:20 +02:00
port Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
postmaster Avoid using SplitIdentifierString to parse ListenAddresses, too. 2019-11-13 13:51:58 -05:00
regex Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
replication Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
rewrite Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
snowball Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
statistics Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
storage Introduce the 'force' option for the Drop Database command. 2019-11-13 08:25:33 +05:30
tcop Introduce the 'force' option for the Drop Database command. 2019-11-13 08:25:33 +05:30
tsearch Make the order of the header file includes consistent in backend modules. 2019-11-12 08:30:16 +05:30
utils Remove unused code from tuplesort. 2019-11-13 15:57:01 -08:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Translation updates 2019-05-20 16:00:53 +02:00