forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit069d33d
committed
Emit namespace in the post-copy errmsg
During a VACUUM or CLUSTER command, the initial output emits afully qualified relation path with namespace. The post-actionerrmsg only emitted the relation name however, which may leadto hard to parse output when using multiple jobs with vacuumdbas the output from different jobs may be interleaved. Includethe full path in the post-action errmsg to be consistent withthe initial errmsg.Author: Mike Fiedler <miketheman@gmail.com>Reviewed-by: Corey Huinker <corey.huinker@gmail.com>Discussion:https://postgr.es/m/CAMerE0oz+8G-aORZL_BJcPxnBqewZAvND4bSUysjz+r-oT1BxQ@mail.gmail.com1 parent4864c8e commit069d33d
2 files changed
+11
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1675 | 1675 |
| |
1676 | 1676 |
| |
1677 | 1677 |
| |
1678 |
| - | |
| 1678 | + | |
| 1679 | + | |
1679 | 1680 |
| |
1680 | 1681 |
| |
1681 | 1682 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
776 | 776 |
| |
777 | 777 |
| |
778 | 778 |
| |
| 779 | + | |
779 | 780 |
| |
780 | 781 |
| |
781 | 782 |
| |
| |||
789 | 790 |
| |
790 | 791 |
| |
791 | 792 |
| |
| 793 | + | |
| 794 | + | |
| 795 | + | |
792 | 796 |
| |
793 | 797 |
| |
794 | 798 |
| |
| |||
887 | 891 |
| |
888 | 892 |
| |
889 | 893 |
| |
890 |
| - | |
| 894 | + | |
891 | 895 |
| |
892 | 896 |
| |
893 | 897 |
| |
894 | 898 |
| |
895 | 899 |
| |
896 |
| - | |
| 900 | + | |
897 | 901 |
| |
898 | 902 |
| |
899 | 903 |
| |
900 | 904 |
| |
901 |
| - | |
| 905 | + | |
902 | 906 |
| |
903 | 907 |
| |
904 | 908 |
| |
| |||
923 | 927 |
| |
924 | 928 |
| |
925 | 929 |
| |
926 |
| - | |
| 930 | + | |
| 931 | + | |
927 | 932 |
| |
928 | 933 |
| |
929 | 934 |
| |
|
0 commit comments
Comments
(0)