postgresql/src
Fujii Masao 879c492480 vacuumdb: Do not run VACUUM (ONLY_DATABASE_STATS) when --analyze-only.
Previously, vacuumdb --analyze-only issued VACUUM (ONLY_DATABASE_STATS)
at the end. Since --analyze-only is meant to update optimizer statistics only,
this extra VACUUM command is unnecessary.

This commit prevents vacuumdb --analyze-only from running that redundant
VACUUM command.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Mircea Cadariu <cadariu.mircea@gmail.com>
Discussion: https://postgr.es/m/CAHGQGwEqHGa-k=wbRMucUVihHVXk4NQkK94GNN=ym9cQ5HBSHg@mail.gmail.com
2025-09-25 01:38:54 +09:00
..
backend Correct prune WAL record opcode name in comment 2025-09-24 12:29:56 -04:00
bin vacuumdb: Do not run VACUUM (ONLY_DATABASE_STATS) when --analyze-only. 2025-09-25 01:38:54 +09:00
common Don't put library-supplied -L/-I switches before user-supplied ones. 2025-07-29 15:17:40 -04:00
fe_utils meson: add and use stamp files for generated headers 2025-08-11 15:18:23 -04:00
include Fix incorrect and inconsistent comments in tableam.h and heapam.c. 2025-09-25 00:51:59 +09:00
interfaces Move pg_int64 back to postgres_ext.h 2025-09-16 10:48:56 +02:00
makefiles Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
pl Provide more-specific error details/hints for function lookup failures. 2025-09-16 12:17:02 -04:00
port Use strchr instead of strstr for single-char lookups 2025-07-23 12:02:55 +12:00
template Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
test Update GB18030 encoding from version 2000 to 2022 2025-09-24 13:26:05 +07:00
timezone Generate GUC tables from .dat file 2025-09-03 09:45:17 +02:00
tools Keep track of what RTIs a Result node is scanning. 2025-09-23 09:07:55 -04:00
tutorial Doc: simplify the tutorial's window-function examples. 2025-01-21 14:43:21 -05:00
.gitignore
DEVELOPERS
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
Makefile.global.in Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
Makefile.shlib Use exported symbols list on macOS for loadable modules as well 2025-06-10 07:04:43 +02:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
nls-global.mk Remove distprep 2023-11-06 15:18:04 +01:00