Skip to content

Instantly share code, notes, and snippets.

@azuby
Created February 3, 2012 06:25
Show Gist options
  • Save azuby/1728517 to your computer and use it in GitHub Desktop.
Save azuby/1728517 to your computer and use it in GitHub Desktop.
i'm getting this error from resque after making two simultaneous api calls with the same paramaters
PGError: SSL error: decryption failed or bad record mac : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"clocks"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment