Created
February 3, 2012 06:25
-
-
Save azuby/1728517 to your computer and use it in GitHub Desktop.
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
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