This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""---------------------------------------------- | |
" Plugin management | |
" | |
" Download vim-plug from the URL below and follow the installation | |
" instructions: | |
" https://github.com/junegunn/vim-plug | |
"---------------------------------------------- | |
call plug#begin('~/.vim/plugged') | |
" Dependencies |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QUERY PLAN | |
Aggregate (cost=8.45..8.46 rows=1 width=4) (actual time=0.032..0.032 rows=1 loops=1) | |
-> Index Scan using index_units_on_outpost_id on units (cost=0.43..8.45 rows=1 width=4) (actual time=0.026..0.027 rows=1 loops=1) | |
Index Cond: (outpost_id = 276) | |
Filter: ((NOT blocked) AND (suspended_at IS NULL) AND seller_received AND ((state)::text = ANY ('{authorized,completed,seller_paid}'::text[]))) | |
Planning time: 0.239 ms | |
Execution time: 0.073 ms |