Skip to content

Instantly share code, notes, and snippets.

View pedroandrade's full-sized avatar

Pedro Andrade pedroandrade

View GitHub Profile
@pedroandrade
pedroandrade / init.vim
Created April 3, 2018 18:14
/Users/pedro/.config/nvim/init.vim
""----------------------------------------------
" 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
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